diff --git a/testssl.sh b/testssl.sh index 8f8de5f..874c139 100755 --- a/testssl.sh +++ b/testssl.sh @@ -4505,8 +4505,9 @@ run_protocols() { add_tls_offered "tls1_2" ;; # GCM cipher in TLS 1.2: very good! 1) - pr_svrty_mediumln "not offered" + pr_svrty_medium "not offered" if ! "$using_sockets" || [[ -z $latest_supported ]]; then + outln fileout "tls1_2" "MEDIUM" "TLSv1.2 is not offered" # no GCM, penalty else pr_svrty_criticalln " -- connection failed rather than downgrading to $latest_supported_string"