Rolled back Windows multithreading crash fix, as upgrading from Python v3.9 to v3.11 may have fixed the root cause. (#152)

This commit is contained in:
Joe Testa
2023-04-26 21:55:40 -04:00
parent 1eab4ab0e6
commit 0074fcc1af
3 changed files with 14 additions and 15 deletions

View File

@@ -189,7 +189,6 @@ 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').