mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-22 14:23:41 +01:00
Update cipherscan
This commit is contained in:
parent
e9f3df4e9f
commit
c23d1ba64a
@ -419,9 +419,11 @@ parse_openssl_output() {
|
|||||||
# renegotiation support
|
# renegotiation support
|
||||||
if [[ $line =~ Secure\ Renegotiation\ IS\ supported ]]; then
|
if [[ $line =~ Secure\ Renegotiation\ IS\ supported ]]; then
|
||||||
current_renegotiation="secure"
|
current_renegotiation="secure"
|
||||||
|
continue
|
||||||
fi
|
fi
|
||||||
if [[ $line =~ Secure\ Renegotiation\ IS\ NOT\ supported ]]; then
|
if [[ $line =~ Secure\ Renegotiation\ IS\ NOT\ supported ]]; then
|
||||||
current_renegotiation="insecure"
|
current_renegotiation="insecure"
|
||||||
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# compression settings
|
# compression settings
|
||||||
|
Loading…
Reference in New Issue
Block a user