mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-19 15:09:30 +01:00
Merge pull request #1356 from dcooper16/fix_parse_tls_serverhello_bug
Fix parse_tls_serverhello() bug
This commit is contained in:
commit
d3e3724d65
@ -11527,7 +11527,7 @@ parse_tls_serverhello() {
|
|||||||
else
|
else
|
||||||
# This could just be a result of the server's response being
|
# This could just be a result of the server's response being
|
||||||
# split across two or more packets.
|
# split across two or more packets.
|
||||||
continue
|
break
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
tls_content_type="${tls_hello_ascii:i:2}"
|
tls_content_type="${tls_hello_ascii:i:2}"
|
||||||
|
Loading…
Reference in New Issue
Block a user