output polish

This commit is contained in:
Dirk Wetter 2016-10-29 15:37:30 +02:00
parent df2704dc20
commit 63ec369f34

View File

@ -5143,7 +5143,7 @@ run_pfs() {
local curve_found curve_used local curve_found curve_used
outln 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 if ! "$HAS_DH_BITS" && "$WIDE"; then
pr_warningln " (Your $OPENSSL cannot show DH/ECDH bits)" pr_warningln " (Your $OPENSSL cannot show DH/ECDH bits)"
fi fi
@ -9061,4 +9061,4 @@ fi
exit $? exit $?
# $Id: testssl.sh,v 1.559 2016/10/15 20:55:22 dirkw Exp $ # $Id: testssl.sh,v 1.561 2016/10/29 13:37:29 dirkw Exp $