mirror of
https://github.com/mozilla/cipherscan.git
synced 2026-02-05 14:45:17 +01:00
Update cipherscan
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user