emphasize that we're using sockets in run_allciphers -- unless otherwise requested

This commit is contained in:
Dirk 2016-11-15 13:09:41 +01:00
parent d4ed7466ce
commit e8ce1fcb74

View File

@ -2083,8 +2083,12 @@ run_allciphers() {
fi
outln
pr_headlineln " Testing all $nr_ciphers locally available ciphers against the server, ordered by encryption strength "
"$using_sockets" || "$HAS_DH_BITS" || pr_warningln " (Your $OPENSSL cannot show DH/ECDH bits)"
if "$using_sockets"; then
pr_headlineln " Testing $nr_ciphers via sockets against the server, ordered by encryption strength "
else
pr_headlineln " Testing all $nr_ciphers locally available ciphers against the server, ordered by encryption strength "
"$HAS_DH_BITS" || pr_warningln " (Your $OPENSSL cannot show DH/ECDH bits)"
fi
outln
neat_header