| Summary: | Please consider lowering chacha20-poly1305@openssh.com cipher priority on AES-NI capable CPU | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Fabio <fabio.pedretti> |
| Component: | Miscellaneous | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | enhancement | CC: | djm |
| Priority: | P5 | ||
| Version: | 8.3p1 | ||
| Hardware: | amd64 | ||
| OS: | Linux | ||
|
Description
Fabio
2020-07-19 03:33:48 AEST
We don't plan on reordering ciphers based on local platform capabilities. We do offer the =^ trick to make it easy for users to do so. E.g. Ciphers ^aes256-gcm@openssh.com,aes128-gcm@openssh.com Will move those two ciphers to the head of the list. closing resolved bugs as of 8.6p1 release |