[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:23:08 CEST 2018


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

> +				       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().
> + * 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

's/in a handshake hook/in a handshake hook, or after the handshake is complete/g'

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


More information about the Gnutls-devel mailing list