File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11
22## Change Log
33
4- ### Features implemented / improvements in 3.1dev
4+ ### Features implemented / improvements in 3.2rcX
55
66* Extend Server (cipher) preference: always now in wide mode instead of running all ciphers in the end (per default)
77* Improved compatibility with OpenSSL 3.0
3131* Client simulation runs in wide mode which is even better readable
3232* Added --reqheader to support custom headers in HTTP requests
3333* Test for support for RFC 8879 certificate compression
34+ * Check for ffdhe groups
35+ * New set of OpenSSL-bad binaries with STARTTLS xmpp-server
36+ * Save a few cycles for ROBOT
37+ * Provide a better verdict wrt to server order: Now per protocol and ciphers are
38+ weighted for each protocol
39+ * Remove "negotiated cipher / protocol"
40+ * Extract CA list shows supported certification authorities sent by the server
41+ * Show server supported signature algorithms
42+ * Compatible to GNU grep 3.8
43+ * STARTTLS on active directory service works now
44+
3445
3546### Features implemented / improvements in 3.0
3647
Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ Full contribution, see git log.
3030 - pwnedkeys.com support
3131 - CT support
3232 - RFC 8879, certificate compression
33+ - 128 cipher limit, padding
34+ - compatibility for LibreSSL and different OpenSSL versions
35+ - Check for ffdhe groups
36+ - Show server supported signature algorithms
37+ - Show supported certification authorities sent by the server when client auth is requested
38+ - Provide a better verdict wrt to server order: Now per protocol and ciphers are weighted for each protocol
3339 - Lots of fixes and improvements
3440
3541##### Further credits (in alphabetical order)
You can’t perform that action at this time.
0 commit comments