summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-10-24 08:33:42 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-10-24 08:35:49 +0200
commitbb894c17fe1379c5ffd841ce4140ebbfbf0a0b2a (patch)
tree9e4437e51fda0ac0740a7e2a8fbac6ba1ae539a1
parent47be1efbd6cf7bac497778f261e5e7adc81f49b1 (diff)
downloadgnutls-bb894c17fe1379c5ffd841ce4140ebbfbf0a0b2a.tar.gz
doc update
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 168ab4f655..933b3cf6ed 100644
--- 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