summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-08-13 13:26:28 +0200
committerSimon Josefsson <simon@josefsson.org>2008-08-13 13:26:28 +0200
commitf348ac6b6faed0b53c170a72cbc32d8237064990 (patch)
treea63237dee6bc9820153e10f2959237e1ff340712 /NEWS
parente564e7709921b1cd588119984ed3abcd0c788820 (diff)
downloadgnutls-f348ac6b6faed0b53c170a72cbc32d8237064990.tar.gz
Add API to set callback to extract TLS Finished messages.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c86867214c..40390fe8a2 100644
--- a/NEWS
+++ b/NEWS
@@ -9,10 +9,16 @@ See the end for copying conditions.
** from a private key.
The function is gnutls_x509_crq_set_key_rsa_raw.
+** libgnutls: New API to set a callback to extract TLS Finished data.
+The function to register is gnutls_session_set_finished_function and
+it takes a callback of the gnutls_finished_callback_func type.
+
** doc: Add doxygen files in doc/doxygen/.
** API and ABI modifications:
gnutls_x509_crq_set_key_rsa_raw: ADDED
+gnutls_session_set_finished_function: ADDED
+gnutls_finished_callback_func: ADDED
* Version 2.5.2 (released 2008-07-08)