From 38abfeb1e597657350212adb1f68f749b07a7562 Mon Sep 17 00:00:00 2001 From: David Cooper Date: Tue, 23 Aug 2016 11:35:03 -0400 Subject: [PATCH] Return 0 even if test couldn't be performed --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index fb6cd1d..f8ba8c5 100755 --- a/testssl.sh +++ b/testssl.sh @@ -6447,7 +6447,7 @@ run_ssl_poodle() { [[ $VULN_COUNT -le $VULN_THRESHLD ]] && outln && pr_headlineln " Testing for SSLv3 POODLE (Padding Oracle On Downgraded Legacy Encryption) " && outln pr_bold " POODLE, SSL"; out " (CVE-2014-3566) " - locally_supported "-ssl3" || return 1 + locally_supported "-ssl3" || return 0 cbc_ciphers=$(actually_supported_ciphers $cbc_ciphers) debugme echo $cbc_ciphers