From a5f5e0dab2e9e0307b8751daadb2c1b7773fd2d2 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Tue, 25 Apr 2023 10:25:06 -0400 Subject: [PATCH] Updated changelog. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02d1f29..458c5bf 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ For convenience, a web front-end on top of the command-line tool is available at - JSON output now includes recommendations and CVE data. - Mixed host key/CA key types (i.e.: RSA host keys signed with ED25519 CAs, etc.) are now properly handled. - Warnings are now printed for 2048-bit moduli. + - Fixed Windows-specific crash when multiple threads were used. - SHA-1 algorithms now cause failures. - CBC mode ciphers are now warnings instead of failures. - Generic failure/warning messages replaced with more specific reasons (i.e.: 'using weak cipher' => 'using broken RC4 cipher').