summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.