summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.