Update Readme.md

This commit is contained in:
Dirk Wetter 2015-01-16 17:16:22 +01:00
parent 5853202efd
commit b0c6062cb7

View File

@ -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.