Update cipherscan

This commit is contained in:
Sun Shuzhou 2017-05-02 21:38:03 +08:00 committed by GitHub
parent e9f3df4e9f
commit c23d1ba64a
1 changed files with 2 additions and 0 deletions

View File

@ -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