From 8e729d1396add0874606709f6af0d6a6d36f2973 Mon Sep 17 00:00:00 2001 From: David Cooper Date: Thu, 7 Nov 2019 13:03:42 -0500 Subject: [PATCH] Missing line break If --ssl-native is being used and the server supports SSLv2, but does not support any SSLv2 ciphers, there is a missing line break after the warning message is printed. --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 9245d80..3c20f50 100755 --- a/testssl.sh +++ b/testssl.sh @@ -4964,7 +4964,7 @@ run_protocols() { fileout "$jsonID" "OK" "not offered" add_tls_offered ssl2 no ;; - 5) pr_svrty_high "CVE-2015-3197: $supported_no_ciph2"; + 5) prln_svrty_high "CVE-2015-3197: $supported_no_ciph2"; fileout "$jsonID" "HIGH" "offered, no cipher" "CVE-2015-3197" "CWE-310" add_tls_offered ssl2 yes ;;