summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-27 09:20:52 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-27 10:34:04 +0200
commitb491e482f85d5cb27d5ad034b3c7e2a96b7529ee (patch)
tree27bec975e419046bfdd01a63be70583221eeae19
parentf10e368294abb155c945037e514c6659f4ff9fb5 (diff)
downloadgnutls-b491e482f85d5cb27d5ad034b3c7e2a96b7529ee.tar.gz
doc update
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8856a7210a..d803c79d94 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ See the end for copying conditions.
* Version 3.5.3 (unreleased)
+** libgnutls: Added support for TCP fast open (RFC7413), allowing
+ to reduce round-trips in initial handshake. Based on proposal and
+ patch by Tim Ruehsen.
+
** libgnutls: Adopted a simpler with less memory requirements DTLS sliding
window implementation. Based on Fridolin Pokorny's implementation for
AF_KTLS.