mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
emphasize that we're using sockets in run_allciphers -- unless otherwise requested
This commit is contained in:
parent
d4ed7466ce
commit
e8ce1fcb74
@ -2083,8 +2083,12 @@ run_allciphers() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
outln
|
outln
|
||||||
pr_headlineln " Testing all $nr_ciphers locally available ciphers against the server, ordered by encryption strength "
|
if "$using_sockets"; then
|
||||||
"$using_sockets" || "$HAS_DH_BITS" || pr_warningln " (Your $OPENSSL cannot show DH/ECDH bits)"
|
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
|
outln
|
||||||
neat_header
|
neat_header
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user