From e8ce1fcb748abf981e5f1dd5ec2e77d2f43eadbc Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 15 Nov 2016 13:09:41 +0100 Subject: [PATCH] emphasize that we're using sockets in run_allciphers -- unless otherwise requested --- testssl.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/testssl.sh b/testssl.sh index c165a92..d0ddbad 100755 --- a/testssl.sh +++ b/testssl.sh @@ -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