summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-12 14:15:06 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-12 14:15:06 +0200
commit9d6afc8a4d05bb7fe1750c14f88c466e7abcd2f8 (patch)
treead78ef9c2e8fef2b0b56a5d9438be372bef84d2b
parentef8fb11dc5a88ec7d77a3ac273ffe336098a3431 (diff)
downloadgnutls-9d6afc8a4d05bb7fe1750c14f88c466e7abcd2f8.tar.gz
doc update
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7def815536..7330518c66 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ See the end for copying conditions.
* Version 3.3.25 (unreleased)
+** libgnutls: Ensure proper cleanups on gnutls_certificate_set_*key()
+ failures due to key mismatch. This prevents leaks or double freeing
+ on such failures.
+
** libgnutls: Corrected the comparison of the serial size in OCSP response.
Previously the OCSP certificate check wouldn't verify the serial length
and could succeed in cases it shouldn't (GNUTLS-SA-2016-3).