Added hmac-sha3-224 MAC.

This commit is contained in:
Joe Testa
2020-03-20 09:16:41 -04:00
parent 2c4fb971cd
commit 4ffae85325
2 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,7 @@ $ snap install ssh-audit
### v2.2.1-dev (???)
- Added 1 new host key types: `ssh-rsa1`.
- Added 1 new ciphers: `blowfish`.
- Added 1 new MACs: `chacha20-poly1305@openssh.com`
- Added 2 new MACs: `chacha20-poly1305@openssh.com`, `hmac-sha3-224`.
### v2.2.0 (2020-03-11)
- Marked host key type `ssh-rsa` as weak due to [practical SHA-1 collisions](https://eprint.iacr.org/2020/014.pdf).