From b0c6062cb7c4044e7c0ee5738420017e5eced8a1 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Fri, 16 Jan 2015 17:16:22 +0100 Subject: [PATCH] Update Readme.md --- Readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a0f588b..9456e86 100644 --- a/Readme.md +++ b/Readme.md @@ -5,7 +5,15 @@ testssl.sh is a free command line tool which checks a server's service on any po It is working on every Linux distribution out of the box with the limitations of disabled features from the openssl client. It also works on BSD and other Unices out of the box, supposed they have/bin/bash and standard tools like sed and awk installed. MacOS X and Windows (using MSYS2) work too. -On github you will find in the master branche development versions of the software -- with new features and maybe some bugs. For the stable version and a more thorough description of the software please see http://testssl.sh/ . +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 http://testssl.sh/ . + +New features in this release are / will be + +* certificate information (done), +* more HTTP header infos (partly done, needs cleanup and redir check), +* protocol check via bash sockets (not integrated yet, see directory utils) +* maybe cipher check via bash sockets (not done yet) +* BEAST Contributions, feedback, also bug reports are welcome.