summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-02-23 10:23:57 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-02-27 22:14:51 +0100
commit70c357b25f4222db7f8da6f173757ca27035b879 (patch)
tree713e1249a3c9507bcdcfa578993f58360024f091 /NEWS
parent945f10c436922abe41441e1754d343ff8ea3cbd2 (diff)
downloadgnutls-70c357b25f4222db7f8da6f173757ca27035b879.tar.gz
doc update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 162c75182f..67d9966bfe 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,9 @@ See the end for copying conditions.
** libgnutls: Consider the max-record TLS extension even when under DTLS.
Reported by Peter Dettman (#61).
+** libgnutls: Added support for TLS false start (draft-ietf-tls-falsestart-01)
+ by introducing gnutls_handshake_set_false_start_function() (#73).
+
** libgnutls: On a rehandshake ensure that the certificate of the peer (if
available) is the same as in previous handshakes. That is to protect
applications which do not check user credentials on rehandshakes from
@@ -59,6 +62,7 @@ gnutls_decode_ber_digest_info: Added
gnutls_encode_ber_digest_info: Added
gnutls_dh_params_import_dsa: Added
gnutls_session_get_master_secret: Added
+gnutls_handshake_set_false_start_function: Added
* Version 3.4.3 (released 2015-07-12)