diff --git a/Readme.md b/Readme.md index fe91201..6d65143 100644 --- a/Readme.md +++ b/Readme.md @@ -71,11 +71,12 @@ Update notification here or @ [twitter](https://twitter.com/drwetter). * LOGJAM: now checking also for known DH parameters * Check for CAA RR * Check for OCSP must staple +* Check for Certificate Transparency * Check for session resumption (Ticket, ID) * Better formatting of output (indentation) * Choice showing the RFC naming scheme only * 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 * Man page diff --git a/etc/README.md b/etc/README.md index 7522541..7fb6bfd 100644 --- a/etc/README.md +++ b/etc/README.md @@ -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. #### 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