From: Nikos Mavrogiannopoulos Date: Wed, 27 Jul 2016 07:20:52 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_5_3~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b491e482f85d5cb27d5ad034b3c7e2a96b7529ee;p=thirdparty%2Fgnutls.git doc update --- 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.