From: Simon Josefsson Date: Thu, 3 Jul 2008 15:28:56 +0000 (+0200) Subject: Add. X-Git-Tag: gnutls_2_5_2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ddf42fb2ef6149ed21751dbe9807ef31ddbabb2;p=thirdparty%2Fgnutls.git Add. --- 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)