- 3DES in standard cipher list is medium, thus "NOT ok" is too much (need for elegant general way for "medium")

(see also https://www.keylength.com/en/8/)
This commit is contained in:
Dirk Wetter 2016-05-23 18:56:05 +02:00
parent aa99c5eb88
commit bf17a17b70
1 changed files with 3 additions and 3 deletions

View File

@ -1387,8 +1387,8 @@ std_cipherlists() {
;;
3) # not totally bad
if [[ $sclient_success -eq 0 ]]; then
pr_svrty_mediumln "offered (NOT ok)"
fileout "std_$4" "NOT ok" "$2 offered (NOT ok) - not too bad"
pr_svrty_mediumln "offered"
fileout "std_$4" "NOT ok" "$2 offered - not too bad"
else
outln "not offered (OK)"
fileout "std_$4" "OK" "$2 not offered (OK)"
@ -7252,4 +7252,4 @@ fi
exit $?
# $Id: testssl.sh,v 1.485 2016/05/20 11:45:52 dirkw Exp $
# $Id: testssl.sh,v 1.486 2016/05/23 16:56:04 dirkw Exp $