Update CREDITS.md

This commit is contained in:
Dirk Wetter
2026-04-09 11:52:50 +02:00
committed by GitHub
parent 48b29194b9
commit e370aabb33

View File

@@ -11,6 +11,7 @@ Full contribution, see git log.
- extended parsing of TLS ServerHello messages
- TLS 1.3 support (final and pre-final) with needed en/decryption
- add several TLS extensions
- Several ciphers and curves added
- Detection + output of multiple certificates
- several cleanups of server certificate related stuff
- testssl.sh -e/-E: testing with a mixture of openssl + sockets
@@ -33,12 +34,13 @@ Full contribution, see git log.
- RFC 8879, certificate compression
- 128 cipher limit, padding
- compatibility for LibreSSL and different OpenSSL versions
- PQC support: ML_KEMs, ML-DSA, curveSM2MLKEM768
- Check for ffdhe and ML-KEM groups
- TLS 1.2 and TLS 1.3 sig algs added
- Show server supported signature algorithms
- 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.
- Provide a better verdict wrt to server order: Now per protocol and ciphers are weighted for each protocol
- Provide compatibility to every LibreSSL/OpenSSL versions, including OpenSSL 3.5.0
- Provide compatibility to every LibreSSL/OpenSSL versions, including OpenSSL 4.0
- Lots of fixes and improvements
##### Further credits (in alphabetical order)