went though the log from today back to Nov 22

This commit is contained in:
Dirk Wetter
2023-10-10 11:13:44 +02:00
parent e9db257474
commit b0d035cbf4
2 changed files with 24 additions and 12 deletions

View File

@ -9,7 +9,7 @@ Full contribution, see git log.
* David Cooper (main contributor)
- Major extensions to socket support for all protocols
- extended parsing of TLS ServerHello messages
- TLS 1.3 support (final and pre-final)
- TLS 1.3 support (final and pre-final) with needed encrption/decryptions
- add several TLS extensions
- Detection + output of multiple certificates
- several cleanups of server certificate related stuff
@ -29,13 +29,16 @@ Full contribution, see git log.
- several protocol preferences improvements
- pwnedkeys.com support
- CT support
- Extract CA list CertificateRequest message is encountered
- RFC 8879, certificate compression
- 128 cipher limit, padding
- compatibility for LibreSSL and different OpenSSL versions
- Check for ffdhe 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
- 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
- Lots of fixes and improvements
##### Further credits (in alphabetical order)
@ -90,6 +93,9 @@ Full contribution, see git log.
* Hubert Kario
- helped with avoiding accidental TCP fragmentation
* Brennan Kinney
- refactor dockerfile: Change base Alpine (3.17) => openSUSE Leap (15.4)
* Magnus Larsen
- SSL Labs Rating