Skip to content

Commit 163d744

Browse files
committed
Add recent and bigger changes
From today back to 1f37a84
1 parent 0042b63 commit 163d744

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
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
15+
* Support RFC 9150 cipher suites
1516
* Improved mass testing
1617
* Better align colors of ciphers with standard cipherlists
1718
* Save a few cycles for ROBOT
@@ -23,13 +24,16 @@
2324
* Test for STARTTLS injection vulnerabilities (SMTP, POP3, IMAP)
2425
* STARTTLS: XMPP server support, plus new set of OpenSSL-bad binaries
2526
* Several code improvements to STARTTLS, also better detection when no STARTTLS is offered
27+
* Renegotiation checks more reliable against different servers
2628
* STARTTLS on active directory service support
2729
* Security fixes: DNS and other input from servers
2830
* Don't penalize missing trust in rating when CA not in Java store
2931
* Added support for certificates with EdDSA signatures and public keys
3032
* Extract CA list shows supported certification authorities sent by the server
33+
* Wildcard detction of certificate and warning
3134
* TLS 1.2 and TLS 1.3 sig algs added
3235
* Check for ffdhe groups
36+
* Check for three KEMs in draft-kwiatkowski-tls-ecdhe-mlkem/draft-tls-westerbaan-xyber768d00
3337
* Show server supported signature algorithms
3438
* --add-ca can also now be a directory with \*.pem files
3539
* Warning of 398 day limit for certificates issued after 2020/9/1
@@ -41,6 +45,7 @@
4145
* DNS via proxy improvements
4246
* Client simulation runs in wide mode which is even better readable
4347
* Added --reqheader to support custom headers in HTTP requests
48+
* Search for more HTTP security headers on the server
4449
* Test for support for RFC 8879 certificate compression
4550
* Deprecating --fast and --ssl-native (warning but still av)
4651
* Compatible to GNU grep 3.8

0 commit comments

Comments
 (0)