2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2026-02-05 22:55:15 +01:00

Update cipherscan

This commit is contained in:
Sun Shuzhou
2017-05-03 09:03:32 +08:00
committed by GitHub
parent c23d1ba64a
commit 2204ec21e9

View File

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