diff options
author | Daiki Ueno <dueno@redhat.com> | 2018-07-16 11:30:05 +0200 |
---|---|---|
committer | Daiki Ueno <dueno@redhat.com> | 2018-07-24 14:43:16 +0200 |
commit | 9d1f2253d1181213ea3fcc9357e7c6e181f3feef (patch) | |
tree | 770d93e1e699e4e53d9756d843b38b8c1c86cc1b /doc | |
parent | 1debc409d3f751fcf72da37ee919a1fe8cb435e4 (diff) | |
download | gnutls-tmp-skip-zero-rtt.tar.gz |
TLS 1.3: ignore "early_data" extensiontmp-skip-zero-rtt
As 0-RTT is still not implemented in GnuTLS, the server responds with
1-RTT, by skipping decryption failure up to max_early_data_size, as
suggested in 4.2.10 Early Data Detection.
Signed-off-by: Daiki Ueno <dueno@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/manpages/Makefile.am | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index de4a7711b4..5d6cd0c1bc 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1812,6 +1812,8 @@ FUNCS += functions/gnutls_record_send2 FUNCS += functions/gnutls_record_send2.short FUNCS += functions/gnutls_record_send_range FUNCS += functions/gnutls_record_send_range.short +FUNCS += functions/gnutls_record_set_max_early_data_size +FUNCS += functions/gnutls_record_set_max_early_data_size.short FUNCS += functions/gnutls_record_set_max_size FUNCS += functions/gnutls_record_set_max_size.short FUNCS += functions/gnutls_record_set_state diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 6a802077b0..b4dc4ae8c9 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -701,6 +701,7 @@ APIMANS += gnutls_record_recv_seq.3 APIMANS += gnutls_record_send.3 APIMANS += gnutls_record_send2.3 APIMANS += gnutls_record_send_range.3 +APIMANS += gnutls_record_set_max_early_data_size.3 APIMANS += gnutls_record_set_max_size.3 APIMANS += gnutls_record_set_state.3 APIMANS += gnutls_record_set_timeout.3 |