In server policies, reduced expected DH modulus sizes from 4096 to 3072 to match online hardening guides.

This commit is contained in:
Joe Testa
2023-11-27 19:15:18 -05:00
parent 848052df68
commit 69e1e121fd
2 changed files with 23 additions and 22 deletions

View File

@ -180,6 +180,7 @@ For convenience, a web front-end on top of the command-line tool is available at
### v3.1.0-dev (???)
- Added Python 3.12 to Tox tests.
- In server policies, reduced expected DH modulus sizes from 4096 to 3072 to match online hardening guides (note that 3072-bit moduli provide the equivalent of 128-bit symmetric security).
### v3.0.0 (2023-09-07)
- Results from concurrent scans against multiple hosts are no longer improperly combined; bug discovered by [Adam Russell](https://github.com/thecliguy).