mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-31 12:51:15 +01:00
Merge branch '2.9dev' of github.com:drwetter/testssl.sh into 2.9dev
This commit is contained in:
commit
078f4a9992
@ -71,11 +71,12 @@ Update notification here or @ [twitter](https://twitter.com/drwetter).
|
|||||||
* LOGJAM: now checking also for known DH parameters
|
* LOGJAM: now checking also for known DH parameters
|
||||||
* Check for CAA RR
|
* Check for CAA RR
|
||||||
* Check for OCSP must staple
|
* Check for OCSP must staple
|
||||||
|
* Check for Certificate Transparency
|
||||||
* Check for session resumption (Ticket, ID)
|
* Check for session resumption (Ticket, ID)
|
||||||
* Better formatting of output (indentation)
|
* Better formatting of output (indentation)
|
||||||
* Choice showing the RFC naming scheme only
|
* Choice showing the RFC naming scheme only
|
||||||
* Parallel mass testing
|
* Parallel mass testing
|
||||||
* File input for mass testing can be also nmap grep(p)able (-oG)
|
* File input for mass testing can be also in nmap grep(p)able (-oG) format
|
||||||
* Postgres und MySQL STARTTLS support
|
* Postgres und MySQL STARTTLS support
|
||||||
* Man page
|
* Man page
|
||||||
|
|
||||||
|
@ -29,7 +29,9 @@ works. Second catch: If you scan other hosts in the internet the check against
|
|||||||
your Root CA will fail, too. This will be fixed in the future, see #230.
|
your Root CA will fail, too. This will be fixed in the future, see #230.
|
||||||
|
|
||||||
#### Further needed files
|
#### Further needed files
|
||||||
* ``mapping-rfc.txt`` uses the hexcode to map OpenSSL against the RFC/IANA names.
|
* ``tls_data.txt`` contains lists of cipher suites and private keys for sockets-based tests
|
||||||
|
|
||||||
|
* ``cipher-mapping.txt`` contains information about all of the cipher suites defined for SSL/TLS
|
||||||
|
|
||||||
* ``ca_hashes.txt`` is used for HPKP test in order to have a fast comparison with known CAs
|
* ``ca_hashes.txt`` is used for HPKP test in order to have a fast comparison with known CAs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user