We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2a3224 + c72f406 commit a6898acCopy full SHA for a6898ac
1 file changed
testssl.sh
@@ -14455,7 +14455,7 @@ parse_tls_serverhello() {
14455
tls_extensions+=" (id=51), len=$extension_len\n"
14456
fi
14457
if [[ "$process_full" =~ all ]] || [[ "$process_full" == ephemeralkey ]]; then
14458
- if [[ $extension_len -lt 4 ]]; then
+ if [[ $extension_len -lt 8 ]]; then
14459
debugme tmln_warning "Malformed key share extension."
14460
[[ $DEBUG -ge 1 ]] && tmpfile_handle ${FUNCNAME[0]}.txt
14461
return 1
0 commit comments