[gnutls-devel] GnuTLS | add support for 0-RTT (!775)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Mon Oct 29 13:51:21 CET 2018


Nikos Mavrogiannopoulos started a new discussion on lib/tls13/session_ticket.c:

>  	return 0;
>  }
>  
> +static int append_nst_extension(void *ctx, gnutls_buffer_st *buf)
> +{
> +	gnutls_session_t session = ctx;
> +	int ret;
> +
> +	if (!(session->internals.flags & GNUTLS_ENABLE_EARLY_DATA))

What if `max_early_data_size` is set to zero? Should we behave as it is disabled?

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/775#note_112778647
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/20181029/45e7e314/attachment.html>


More information about the Gnutls-devel mailing list