From 966f9c499ab84df0f9816e969b6e1457895dcc9d Mon Sep 17 00:00:00 2001 From: David Cooper Date: Fri, 4 Aug 2017 09:10:41 -0400 Subject: [PATCH 1/3] Update README.md for etc directory --- etc/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/README.md b/etc/README.md index 7522541..d2e8ab9 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 privaet 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 From 5ea2b7c612bec190dc347126cca43b696d8b3fff Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sun, 13 Aug 2017 11:32:24 +0200 Subject: [PATCH 2/3] typo --- etc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/README.md b/etc/README.md index d2e8ab9..7fb6bfd 100644 --- a/etc/README.md +++ b/etc/README.md @@ -29,7 +29,7 @@ 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 -* ``tls_data.txt`` contains lists of cipher suites and privaet keys for sockets-based tests +* ``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 From 9f994cc9a45aec2072bae95fb6abca920326e4cb Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sat, 26 Aug 2017 11:20:46 +0200 Subject: [PATCH 3/3] Update Readme.md --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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