summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-05-15 10:27:00 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-05-26 04:12:04 +0000
commitd34a59be1fbada81ce56474bf16b3c2a094081a6 (patch)
tree44e6188e8705ba03bfc19fad3a4bcc4dc908cc74 /NEWS
parent9e197e0cc1ffe9186bcdf1aff925316d93f232a2 (diff)
downloadgnutls-d34a59be1fbada81ce56474bf16b3c2a094081a6.tar.gz
gnutls_session_ticket_send: new function
Introduced in order for a server to be able to send an arbitrary amount of tickets, at any time. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 707ada24e1..53c9601d21 100644
--- a/NEWS
+++ b/NEWS
@@ -60,6 +60,7 @@ See the end for copying conditions.
** API and ABI modifications:
gnutls_fips140_set_mode: Added
gnutls_session_key_update: Added
+gnutls_session_ticket_send: Added
gnutls_ext_get_current_msg: Added
gnutls_reauth: Added
gnutls_ocsp_status_request_get2: Added