The color of all notes will be printed in green when the related algorithm is rated good.

This commit is contained in:
Joe Testa
2023-09-03 19:14:25 -04:00
parent 4e6169d0cb
commit 38f9c21760
7 changed files with 25 additions and 19 deletions

View File

@ -184,6 +184,7 @@ For convenience, a web front-end on top of the command-line tool is available at
- Algorithm recommendations resulting from warnings are now printed in yellow instead of red; credit [Adam Russell](https://github.com/thecliguy).
- Fixed crash during GEX tests.
- Refined GEX testing against OpenSSH servers: when the fallback mechanism is suspected of being triggered, perform an additional test to obtain more accurate results.
- The color of all notes will be printed in green when the related algorithm is rated good.
- Added built-in policy for OpenSSH 9.4.
- Added 1 new key exchange: `curve448-sha512@libssh.org`.