[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:18 CET 2018
Nikos Mavrogiannopoulos started a new discussion on lib/record.c:
> + _gnutls_buffer_append_data(&session->internals.
> + early_data_presend_buffer, data,
> + data_size);
> + if (ret < 0)
> + return gnutls_assert_val(ret);
> +
> + return ret;
> +}
> +
> +/**
> + * gnutls_record_recv_early_data:
> + * @session: is a #gnutls_session_t type.
> + * @data: the buffer that the data will be read into
> + * @data_size: the number of requested bytes
> + *
> + * This function has the similar semantics with gnutls_record_recv().
typo: `has the` to `has`
also the same comment as above
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/775#note_112778614
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/44dc7a83/attachment-0001.html>
More information about the Gnutls-devel
mailing list