]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 27 Jul 2016 07:20:52 +0000 (09:20 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 27 Jul 2016 08:34:04 +0000 (10:34 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 8856a7210a58513cde506584392462b481440412..d803c79d948c3d218de7cb561ca11d59196fdfb8 100644 (file)
--- 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.