From 2c10c622a08c99a6bec04fd4efc7809f942c5f52 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Mon, 21 Nov 2016 08:57:50 +0100 Subject: [PATCH] Update Readme.md --- Readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index bf8ba46..d67d546 100644 --- a/Readme.md +++ b/Readme.md @@ -50,9 +50,12 @@ Update notification here or @ [twitter](https://twitter.com/drwetter). #### Features implemented in [2.9dev](Readme.md#devel) * Support of supplying timeout value for ``openssl connect`` -- useful for batch/mass scanning * TLS 1.2 protocol check via socket -* Further TLS socket improvements (Handshake parsing, robustness) +* Further TLS socket improvements (handshake parsing, completeness, robustness) * non-flat JSON support * in file output (CSV, JSON flat, JSON non-flat) support of a minimum severity level (only above supplied level there will be output) +* testing 359 default ciphers (``testssl.sh -e``) with a mixture of sockets and openssl. Same speed as with openssl only but addtional ciphers such as post-quantum ciphers, new CHAHA20/POLY1305, CamelliaGCM etc. +* finding more TLS extensions via sockets +* TLS Supported Groups Registry (RFC 7919), key shares extension #### Features planned in 2.9dev