[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/ext/early_data.c:

>  		       const uint8_t * data, size_t _data_size)
>  {
>  	const version_entry_st *vers = get_version(session);
> +
>  	if (!vers || !vers->tls13_sem)
>  		return gnutls_assert_val(0);
> -	if (session->security_parameters.entity == GNUTLS_SERVER)
> +

How do we ensure here that no early data are sent or received after [a helloretryrequest is sent](https://tools.ietf.org/html/rfc8446#section-4.2.10)?

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


More information about the Gnutls-devel mailing list