[gnutls-devel] GnuTLS | WIP: TLS 1.3: ignore "early_data" extension (!706)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Fri Aug 3 16:37:36 CEST 2018
Nikos Mavrogiannopoulos started a new discussion on lib/record.c:
>
> _mbuffer_head_remove_bytes(&session->internals.record_recv_buffer,
> record.header_size + record.length);
> + /* As early data must always be encrypted, treat it as
> + * decryption failure if otherwise. */
> + if (ret >= 0 &&
would it make sense to combine this with the check above?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/706#note_92371933
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/20180803/71ca236d/attachment.html>
More information about the Gnutls-devel
mailing list