[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:16 CET 2018


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

>  	}
>  }
>  
> +/**
> + * gnutls_record_send_early_data:
> + * @session: is a #gnutls_session_t type.
> + * @data: contains the data to send
> + * @data_size: is the length of the data
> + *
> + * This function has the similar semantics with gnutls_record_send().
> + * The difference is that the data will be sent as early data, and
> + * thus this function must be called before gnutls_handshake() by the
> + * client.
> + *

I think it makes sense to reference `gnutls_record_get_max_early_data_size` from here, and say that this function is bounded by that value (if that's the case).

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


More information about the Gnutls-devel mailing list