[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:31 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().

typo: `has the` to `has`

Also maybe moving this first sentence later, and start the description by what this sentence does may be more easy to read. E.g., what about:
```
This function can be used to send data early in the handshake processes when resuming a session. This is used to implement a zero-roundtrip (0-rtt) mode. It has the same semantics as `gnutls_record_recv()`.
```

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


More information about the Gnutls-devel mailing list