Added two new ciphers: 'des', and '3des'.

This commit is contained in:
Joe Testa
2019-11-18 20:22:12 -05:00
parent 2cff202b32
commit 2848c1fb16
2 changed files with 4 additions and 1 deletions

View File

@ -53,7 +53,8 @@ Below is a screen shot of the client-auditing output when an unhardened OpenSSH
## ChangeLog
### v2.2.0 (???)
- Added two new host key types: `rsa-sha2-256-cert-v01@openssh.com`, `rsa-sha2-512-cert-v01@openssh.com`.
- Added 2 new host key types: `rsa-sha2-256-cert-v01@openssh.com`, `rsa-sha2-512-cert-v01@openssh.com`.
- Added 2 new ciphers: `des`, `3des`.
### v2.1.0 (2019-11-14)
- Added client software auditing functionality (see `-c` / `--client-audit` option).