mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-31 22:09:44 +01:00
Add David's downgrade checks, Dirk's improvements for OpenBSD
This commit is contained in:
parent
a42b98c0ff
commit
554b49bc75
@ -4,9 +4,11 @@
|
|||||||
### Features implemented in 3.0
|
### Features implemented in 3.0
|
||||||
|
|
||||||
* Full support of TLS 1.3, shows also drafts supported
|
* Full support of TLS 1.3, shows also drafts supported
|
||||||
|
* Extended protocol downgrade checks
|
||||||
* ROBOT check
|
* ROBOT check
|
||||||
* Better TLS extension support
|
* Better TLS extension support
|
||||||
* Better OpenSSL 1.1.1 and higher versions support
|
* Better OpenSSL 1.1.1 and higher versions support as well as LibreSSL >3
|
||||||
|
* More robustness for OpenBSD
|
||||||
* DNS over Proxy and other proxy improvements
|
* DNS over Proxy and other proxy improvements
|
||||||
* Decoding of unencrypted BIG IP cookies
|
* Decoding of unencrypted BIG IP cookies
|
||||||
* Initial client certificate support
|
* Initial client certificate support
|
||||||
@ -27,7 +29,7 @@
|
|||||||
* TLS Robustness check (GREASE)
|
* TLS Robustness check (GREASE)
|
||||||
* Server preference distinguishes between TLS 1.3 and lower protocols
|
* Server preference distinguishes between TLS 1.3 and lower protocols
|
||||||
* Mark TLS 1.0 and TLS 1.1 as deprecated
|
* Mark TLS 1.0 and TLS 1.1 as deprecated
|
||||||
* Does a few startup checks which make later tests easier and faster (determine_optimal_\*() )
|
* Does a few startup checks which make later tests easier and faster (``determine_optimal_\*()``)
|
||||||
* Expect-CT Header Detection
|
* Expect-CT Header Detection
|
||||||
* `--phone-out` does certificate revocation checks via OCSP (LDAP+HTTP) and with CRL
|
* `--phone-out` does certificate revocation checks via OCSP (LDAP+HTTP) and with CRL
|
||||||
* `--phone-out` checks whether the private key has been compromised via https://pwnedkeys.com/
|
* `--phone-out` checks whether the private key has been compromised via https://pwnedkeys.com/
|
||||||
|
Loading…
Reference in New Issue
Block a user