From 150fb671bb6fdc4d8af0d57d714649d18e3c70ed Mon Sep 17 00:00:00 2001 From: Dirk Date: Thu, 23 Apr 2015 09:25:28 +0200 Subject: [PATCH] - more thourough what has been done --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 9545469..972c2e6 100644 --- a/Readme.md +++ b/Readme.md @@ -9,10 +9,10 @@ It is working on every Linux distribution out of the box with some limitations o On github you will find in the master branch the development version of the software -- with new features and maybe some bugs. For the stable version and a more thorough description of the software please see [testssl.sh](https://testssl.sh/ "Go to the site with the stable version and more documentation"). -New features in this release are: +New features in the upcoming release are: * "only one cmd line option at a time": completely gone -* several tuning parameters on the cmd line (only available through enviroment variables b4): --assuming-http, --ssl-native, --sneaky, --warnings, --color, -- debug, --long +* several tuning parameters on the cmd line (only available through environment variables b4): --assuming-http, --ssl-native, --sneaky, --warnings, --color, -- debug, --long * certificate information: done, * more HTTP header infos (cookies+security headers): done. * protocol check via bash sockets, SSLv2+v3: done @@ -20,7 +20,7 @@ New features in this release are: * debug file handling: done so far * BEAST: done, maybe needs long output as option * FREAK: done -* Secure Client-Initiated Renotiation: done +* Secure Client-Initiated Renegotiation: done * cosmetic code cleanups * bugfixing