mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-02 01:58:28 +02:00
went though the log from today back to Nov 22
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user