diff options
author | Daiki Ueno <dueno@redhat.com> | 2018-07-16 11:30:05 +0200 |
---|---|---|
committer | Daiki Ueno <dueno@redhat.com> | 2018-08-06 10:51:58 +0200 |
commit | 68c21a22c45cfe6ea80f542dc8ef3a9b84c1498b (patch) | |
tree | 8484f7d12bcd431c984e07c6f6b820faf481d371 /NEWS | |
parent | 8f90d5bd7a79b3e69145c3d2fde583d24372f143 (diff) | |
download | gnutls-68c21a22c45cfe6ea80f542dc8ef3a9b84c1498b.tar.gz |
TLS 1.3: ignore "early_data" extension
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.
Resolves #512
Signed-off-by: Daiki Ueno <dueno@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ See the end for copying conditions. ** API and ABI modifications: GNUTLS_ENABLE_EARLY_START: Added +gnutls_record_set_max_early_data_size: Added * Version 3.6.3 (released 2018-07-16) |