Added 1 new key exchange algorithm: gss-nistp384-sha384-*

This commit is contained in:
Joe Testa
2024-03-14 16:01:48 -04:00
parent a4f508374a
commit 064b55e0c2
2 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,7 @@ For convenience, a web front-end on top of the command-line tool is available at
- Gracefully handle rare exceptions (i.e.: crashes) while performing GEX tests.
- Added built-in policy for OpenSSH 9.7.
- Changed Docker base image from `python:3-slim` to `python:3-alpine`, resulting in a 59% reduction in image size; credit [Daniel Thamdrup](https://github.com/dallemon).
- Added 1 new key exchange algorithm: `gss-nistp384-sha384-*`.
### v3.1.0 (2023-12-20)
- Added test for the Terrapin message prefix truncation vulnerability ([CVE-2023-48795](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-48795)).