Skip to content

Commit ec1d28e

Browse files
author
David Cooper
committed
Update CHANGELOG.md and CREDITS.md
This commit adds information about #2687, #2688, and #2690 to the change log.
1 parent 1e63bd2 commit ec1d28e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Remove "negotiated cipher / protocol"
99
* Provide a better verdict wrt to server order: Now per protocol and ciphers are weighted for each protocol
1010
* Switched to multi-stage docker image with opensuse base to avoid musl libc issues, performance gain also
11-
* Improved compatibility with OpenSSL 3.0
11+
* Improved compatibility with OpenSSL 3.0 and higher versions
1212
* Improved compatibility with Open/LibreSSL versions not supporting TLS 1.0-1.1 anymore
1313
* Renamed PFS/perfect forward secrecy --> FS/forward secrecy
1414
* Cipher list straightening
@@ -35,7 +35,7 @@
3535
* Wildcard certificates: detection and warning
3636
* TLS 1.2 and TLS 1.3 sig algs added
3737
* Check for ffdhe groups
38-
* Check for three KEMs in draft-kwiatkowski-tls-ecdhe-mlkem/draft-tls-westerbaan-xyber768d00
38+
* Check for six KEMs in draft-connolly-tls-mlkem-key-agreement/draft-kwiatkowski-tls-ecdhe-mlkem/draft-tls-westerbaan-xyber768d00
3939
* Show server supported signature algorithms
4040
* --add-ca can also now be a directory with \*.pem files
4141
* Warning of 398 day limit for certificates issued after 2020/9/1

CREDITS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Full contribution, see git log.
3333
- RFC 8879, certificate compression
3434
- 128 cipher limit, padding
3535
- compatibility for LibreSSL and different OpenSSL versions
36-
- Check for ffdhe groups
36+
- Check for ffdhe and ML-KEM groups
3737
- TLS 1.2 and TLS 1.3 sig algs added
3838
- Show server supported signature algorithms
3939
- Show supported certification authorities sent by the server when client auth is requested

0 commit comments

Comments
 (0)