1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-05-22 16:16:04 +02:00

Merge branch '2.9dev' into get_full_server_response

This commit is contained in:
David Cooper 2016-10-31 08:57:34 -04:00
commit 80d9f418d0

@ -5111,7 +5111,7 @@ run_pfs() {
local curve_found curve_used
outln
pr_headlineln " Testing robust (perfect) forward secrecy, (P)FS -- omitting Null Authentication/Encryption as well as 3DES and RC4 here "
pr_headlineln " Testing robust (perfect) forward secrecy, (P)FS -- omitting Null Authentication/Encryption, 3DES, RC4 "
if ! "$HAS_DH_BITS" && "$WIDE"; then
pr_warningln " (Your $OPENSSL cannot show DH/ECDH bits)"
fi