Skip to content

Commit 012a296

Browse files
authored
Merge pull request #3015 from testssl/dcooper16-1
Add draft-yang-tls-hybrid-sm2-mlkem
2 parents adff28d + e370aab commit 012a296

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
* QUIC protocol check
77
* TLS 1.3 early data (0-RTT)
8+
* Support for RFC 8998 and draft-yang-tls-hybrid-sm2-mlkem (TLS_SM4_GCM_SM3, TLS_SM4_CCM_SM3 ciphers, kx groups curveSM2, curveSM2MLKEM768; SM2 pub keys + signatures)
89
* Adds a check for mandatory extended master secret TLS extension
910
* Bump SSLlabs rating guide to 2009r
1011
* Check for Opossum vulnerability

CREDITS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Full contribution, see git log.
1111
- extended parsing of TLS ServerHello messages
1212
- TLS 1.3 support (final and pre-final) with needed en/decryption
1313
- add several TLS extensions
14+
- Several ciphers and curves added
1415
- Detection + output of multiple certificates
1516
- several cleanups of server certificate related stuff
1617
- testssl.sh -e/-E: testing with a mixture of openssl + sockets
@@ -33,12 +34,13 @@ Full contribution, see git log.
3334
- RFC 8879, certificate compression
3435
- 128 cipher limit, padding
3536
- compatibility for LibreSSL and different OpenSSL versions
37+
- PQC support: ML_KEMs, ML-DSA, curveSM2MLKEM768
3638
- Check for ffdhe and ML-KEM groups
3739
- TLS 1.2 and TLS 1.3 sig algs added
3840
- Show server supported signature algorithms
3941
- Show supported certification authorities sent by the server when client auth is requested and whether certificate-based client authentication is not requested, optional, or required.
4042
- Provide a better verdict wrt to server order: Now per protocol and ciphers are weighted for each protocol
41-
- Provide compatibility to every LibreSSL/OpenSSL versions, including OpenSSL 3.5.0
43+
- Provide compatibility to every LibreSSL/OpenSSL versions, including OpenSSL 4.0
4244
- Lots of fixes and improvements
4345

4446
##### Further credits (in alphabetical order)

0 commit comments

Comments
 (0)