summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-08-08 16:27:13 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-08-08 16:27:13 +0200
commitc455e4c2bcdd59a8ddbdd83fb93b2991bf7ebcd7 (patch)
treed854045dd1a18308df7664d79e6397bfe5e1be43
parentc3fbb2de8d0d23fce002732d7ac3592cdc295b25 (diff)
downloadgnutls-c455e4c2bcdd59a8ddbdd83fb93b2991bf7ebcd7.tar.gz
doc update
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3727fa9d50..9eae992a4b 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,13 @@ See the end for copying conditions.
ignoring flags if all certificates in the list fit within the
initially allocated memory.
+** 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.
+
** API and ABI modifications:
No changes since last version.