[gnutls-devel] GnuTLS | record_size_limit extension (!733)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Mon Aug 20 13:38:46 CEST 2018


Daiki Ueno commented on a discussion on lib/ext/record_size_limit.c:

>  	new_size = _gnutls_read_uint16(data);
>  
>  	/* treat receipt of a smaller value as a fatal error */
> -	if (new_size < 64)
> +	if (new_size < MIN_RECORD_SIZE)

Thank you for the suggestion, changed along these lines.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/733#note_95498254
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20180820/32963a7d/attachment.html>


More information about the Gnutls-devel mailing list