]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 24 Oct 2016 06:33:42 +0000 (08:33 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 24 Oct 2016 06:35:49 +0000 (08:35 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 168ab4f655ddb7ec111e9c47e0e52b75da050f5b..933b3cf6ed897899967b52e9642a1f1f8da25b1b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,12 +17,19 @@ See the end for copying conditions.
    in the gnutls_x509_crt_verify_data2() and gnutls_pkcs7_verify_direct()
    functions.
 
+** libgnutls: Reverted the change which made the gnutls_certificate_set_*key* 
+   functions return an index, to avoid affecting programs which explicitly
+   check success of the function as equality to zero. In order for these
+   functions to return an index an explicit call to gnutls_certificate_set_flags
+   with the GNUTLS_CERTIFICATE_API_V2 flag is required.
+
 ** certtool: --get-dh-params will output parameters from the RFC7919
    groups.
 
 ** p11tool: improvements in --initialize option.
 
 ** API and ABI modifications:
+GNUTLS_CERTIFICATE_API_V2: Added
 GNUTLS_NO_TICKETS: Added
 gnutls_pkcs7_get_embedded_data_oid: Added
 gnutls_anon_set_server_known_dh_params: Added