Merge branch '2.9dev' of github.com:drwetter/testssl.sh into 2.9dev

This commit is contained in:
Dirk 2017-08-28 18:38:19 +02:00
commit 078f4a9992
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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