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

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Mon Oct 29 17:20:04 CET 2018


Daiki Ueno commented on a discussion on lib/ext/early_data.c:

>  	return 0;
>  }
>  
> +/**
> + * gnutls_record_get_max_early_data_size:
> + * @session: is a #gnutls_session_t type.
> + *
> + * This function gets the maximum early data size in this connection.
> + * This property can only be set to servers.  The client may be

This is a getter function so it shouldn't return error, IMO.  I have changed the return type to `size_t` from `ssize_t`.

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


More information about the Gnutls-devel mailing list