summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-07-03 17:28:56 +0200
committerSimon Josefsson <simon@josefsson.org>2008-07-03 17:28:56 +0200
commit6ddf42fb2ef6149ed21751dbe9807ef31ddbabb2 (patch)
treeacba19908c6fc5e723c015ce7c79f54997f6943a
parent3607979dcd6329cf932feb71154850fc4108206e (diff)
downloadgnutls-6ddf42fb2ef6149ed21751dbe9807ef31ddbabb2.tar.gz
Add.
-rw-r--r--NEWS14
1 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f3f6e0bd9f..8dc834d8ee 100644
--- a/NEWS
+++ b/NEWS
@@ -8,8 +8,18 @@ See the end for copying conditions.
** libgnutls: Fix bug in gnutls_dh_params_generate2.
The prime and generator was swapped.
-** API and ABI modifications:
-No changes since last version.
+** libgnutls: New interface to register a new TLS extension handler.
+The new function gnutls_ext_register can be used to register handlers
+for specific TLS extension types. The callback functions have the new
+types gnutls_ext_recv_func and gnutls_ext_send_func. A type to
+classify TLS extensions, gnutls_ext_parse_type_t, has been added as
+well.
+
+** API and ABI modifications:
+gnutls_ext_recv_func: ADDED
+gnutls_ext_send_func: ADDED
+gnutls_ext_parse_type_t: ADDED
+gnutls_ext_register: ADDED
* Version 2.5.1 (released 2008-07-02)