summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-28 13:59:26 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-28 13:59:26 +0200
commitb70034afa4c6038e5d5e3bf3085cfc9cf1f25d50 (patch)
treec419dfed698d932c66fbf1bcfec28b2faa0d2116
parentb60866e95efcdbfb9a931600dbf69bc78e7d82e2 (diff)
downloadgnutls-b70034afa4c6038e5d5e3bf3085cfc9cf1f25d50.tar.gz
doc update
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d803c79d94..e54d9440c9 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,10 @@ See the end for copying conditions.
** libgnutls: Allow the decoding of raw elements (starting with #)
in RFC4514 DN string decoding.
+** libgnutls: Fixes in gnutls_x509_crt_list_import2, which was
+ ignoring flags if all certificates in the list fit within the
+ initially allocated memory.
+
** certtool: Added the "add_extension" and "add_critical_extension"
template options. This allows specifying arbitrary extensions into
certificates and certificate requests.