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

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Fri Oct 19 21:24:07 CEST 2018


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

> +
> +	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().
> + * The only difference is that it returns the application data sent as
> + * early data and thus it must be called in a handshake hook by the
> + * server.
> + *
> + * If %EINTR is returned by the internal pull function (the default

Does EINTR or other interruptions apply here? I thought that this receives from a buffer only.

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


More information about the Gnutls-devel mailing list