You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CREDITS.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Full contribution, see git log.
11
11
- extended parsing of TLS ServerHello messages
12
12
- TLS 1.3 support (final and pre-final) with needed en/decryption
13
13
- add several TLS extensions
14
+
- Several ciphers and curves added
14
15
- Detection + output of multiple certificates
15
16
- several cleanups of server certificate related stuff
16
17
- testssl.sh -e/-E: testing with a mixture of openssl + sockets
@@ -33,12 +34,13 @@ Full contribution, see git log.
33
34
- RFC 8879, certificate compression
34
35
- 128 cipher limit, padding
35
36
- compatibility for LibreSSL and different OpenSSL versions
37
+
- PQC support: ML_KEMs, ML-DSA, curveSM2MLKEM768
36
38
- Check for ffdhe and ML-KEM groups
37
39
- TLS 1.2 and TLS 1.3 sig algs added
38
40
- Show server supported signature algorithms
39
41
- 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.
40
42
- 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
0 commit comments