1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-05-02 14:26:04 +02:00

Merge pull request from dcooper16/fix_parse_tls_serverhello_bug

Fix parse_tls_serverhello() bug
This commit is contained in:
Dirk Wetter 2019-10-28 18:41:43 +01:00 committed by GitHub
commit d3e3724d65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11527,7 +11527,7 @@ parse_tls_serverhello() {
else
# This could just be a result of the server's response being
# split across two or more packets.
continue
break
fi
fi
tls_content_type="${tls_hello_ascii:i:2}"