mirror of
https://github.com/mozilla/cipherscan.git
synced 2026-02-05 22:55:15 +01:00
Update cipherscan
This commit is contained in:
@@ -429,6 +429,7 @@ parse_openssl_output() {
|
|||||||
# compression settings
|
# compression settings
|
||||||
if [[ $line =~ Compression:\ (.*) ]]; then
|
if [[ $line =~ Compression:\ (.*) ]]; then
|
||||||
current_compression="${BASH_REMATCH[1]}"
|
current_compression="${BASH_REMATCH[1]}"
|
||||||
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# extract the signing algorithm used in TLSv1.2 ephemeral kex
|
# extract the signing algorithm used in TLSv1.2 ephemeral kex
|
||||||
|
|||||||
Reference in New Issue
Block a user