We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 212bdbb + acdbdcf commit 9c2bfffCopy full SHA for 9c2bfff
testssl.sh
@@ -12367,7 +12367,7 @@ parse_tls_serverhello() {
12367
tls_extensions+=" (id=51), len=$extension_len\n"
12368
fi
12369
if [[ "$process_full" =~ all ]] || [[ "$process_full" == ephemeralkey ]]; then
12370
- if [[ $extension_len -lt 4 ]]; then
+ if [[ $extension_len -lt 8 ]]; then
12371
debugme tmln_warning "Malformed key share extension."
12372
[[ $DEBUG -ge 1 ]] && tmpfile_handle ${FUNCNAME[0]}.txt
12373
return 1
0 commit comments