From 6b228511040f8f0062df7b5c07134450fb8491de Mon Sep 17 00:00:00 2001 From: anoma Date: Thu, 3 Sep 2015 09:10:06 +0100 Subject: [PATCH] Typo. Inconsistent CVE string format Trivial typo. All other CVE outputs are in the form CVE-XXXX-YYYY --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 1e39bd6..0e812a2 100755 --- a/testssl.sh +++ b/testssl.sh @@ -2964,7 +2964,7 @@ run_renego() { [ $VULN_COUNT -le $VULN_THRESHLD ] && outln && pr_blue "--> Testing for Renegotiation vulnerability" && outln "\n" - pr_bold " Secure Renegotiation "; out "(CVE 2009-3555) " # and RFC5746, OSVDB 59968-59974 + pr_bold " Secure Renegotiation "; out "(CVE-2009-3555) " # and RFC5746, OSVDB 59968-59974 # community.qualys.com/blogs/securitylabs/2009/11/05/ssl-and-tls-authentication-gap-vulnerability-discovered if $OPENSSL s_client $OPTIMAL_PROTO $STARTTLS -connect $NODEIP:$PORT $SNI $PROXY 2>&1 $TMPFILE; then grep -iaq "$insecure_renogo_str" $TMPFILE