summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-08-08 16:22:42 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-08-08 16:27:22 +0200
commit52b485ae7199defa3ecafe9af0f20d4535edf6d8 (patch)
tree1ab10edbe20288efd7646748d569786b405831e2
parent67fc652b5d703d6955f43811e24c06de9a9cc7c9 (diff)
downloadgnutls-52b485ae7199defa3ecafe9af0f20d4535edf6d8.tar.gz
doc update
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b685630aca..e2adb49f0c 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,13 @@ See the end for copying conditions.
ignoring flags if all certificates in the list fit within the
initially allocated memory. Patch by Tim Kosse.
+** libgnutls: Corrected issue which made gnutls_certificate_get_x509_crt()
+ to return invalid pointers when returned more than a single certificate.
+ Report and fix by Stefan Sørensen.
+
+** libgnutls: Fix gnutls_pkcs12_simple_parse to always extract the complete chain.
+ Report and fix by Stefan Sørensen.
+
** certtool: Added the "add_extension" and "add_critical_extension"
template options. This allows specifying arbitrary extensions into
certificates and certificate requests.