diff --git a/cipherscan b/cipherscan index feac6b1..4035511 100755 --- a/cipherscan +++ b/cipherscan @@ -419,14 +419,17 @@ 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 if [[ $line =~ Compression:\ (.*) ]]; then current_compression="${BASH_REMATCH[1]}" + continue fi # extract the signing algorithm used in TLSv1.2 ephemeral kex