From 9ea9f3c95690ef1013db28afd9321454f3b411cb Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Wed, 2 Jul 2014 09:40:02 +0200 Subject: [PATCH] - a short one --- Readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..5a0c0e8 --- /dev/null +++ b/Readme.md @@ -0,0 +1,13 @@ + +## Intro + +testssl.sh is a free Unix command line tool which checks a server\'s service on +any port for the support of TLS/SSL ciphers, protocols as well as some cryptographic flaws. +It\'s designed to provide clear output for a "is this good or bad" decision. + +It is working on every Linux distribution which has OpenSSL, /bin/bash and +standard tools like GNU sed and awk installed. + +For a more throrough description see http://testssl.sh/ + +