mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-05 07:23:42 +01:00
Update cipherscan
This commit is contained in:
parent
c23d1ba64a
commit
2204ec21e9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user