From c23d1ba64a5080420d61d566b6390f3516d4d6fb Mon Sep 17 00:00:00 2001 From: Sun Shuzhou Date: Tue, 2 May 2017 21:38:03 +0800 Subject: [PATCH] Update cipherscan --- cipherscan | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cipherscan b/cipherscan index feac6b1..a4d74e1 100755 --- a/cipherscan +++ b/cipherscan @@ -419,9 +419,11 @@ parse_openssl_output() { # renegotiation support if [[ $line =~ Secure\ Renegotiation\ IS\ supported ]]; then current_renegotiation="secure" + continue fi if [[ $line =~ Secure\ Renegotiation\ IS\ NOT\ supported ]]; then current_renegotiation="insecure" + continue fi # compression settings