Add testssl.sh which is a nice utility for testing TLS/SSL capabilities of servers without having to use any kind of web-service. It's very useful for testing setups of services before deployment and such.
···11+--- testssl/testssl.sh 2017-09-24 16:53:29.395263437 +0200
22++++ testssl-new/testssl.sh 2017-09-24 16:53:41.221154492 +0200
33+@@ -165,6 +165,7 @@
44+ # following variables make use of $ENV, e.g. OPENSSL=<myprivate_path_to_openssl> ./testssl.sh <host>
55+ # 0 means (normally) true here. Some of the variables are also accessible with a command line switch, see --help
66+ declare -x OPENSSL OPENSSL_TIMEOUT
77++OPENSSL=${OPENSSL:-""}
88+ FAST_SOCKET=${FAST_SOCKET:-false} # EXPERIMENTAL feature to accelerate sockets -- DO NOT USE it for production
99+ COLOR=${COLOR:-2} # 2: Full color, 1: b/w+positioning, 0: no ESC at all
1010+ COLORBLIND=${COLORBLIND:-false} # if true, swap blue and green in the output