diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-02-23 10:23:57 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-02-27 22:14:51 +0100 |
commit | 70c357b25f4222db7f8da6f173757ca27035b879 (patch) | |
tree | 713e1249a3c9507bcdcfa578993f58360024f091 /NEWS | |
parent | 945f10c436922abe41441e1754d343ff8ea3cbd2 (diff) | |
download | gnutls-70c357b25f4222db7f8da6f173757ca27035b879.tar.gz |
doc update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |