summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-01-02 16:52:29 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-01-02 16:52:34 +0100
commit87ad93be891b2efe91421b506b11209a30128eb2 (patch)
tree27723d9277d9170fcf0536d15386f960cbb3bfe8
parent0e50a929b84d0f5295421111dac5c9183c1de759 (diff)
downloadgnutls-87ad93be891b2efe91421b506b11209a30128eb2.tar.gz
doc update [ci skip]
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d84164f773..7a8d889d58 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,16 @@ See the end for copying conditions.
priority strings (as set with --with-system-priority-file). The
configure option is --with-default-priority-string.
+** libgnutls: Require a valid IV size on all ciphers for PKCS#8 decryption.
+ This prevents crashes when decrypting malformed PKCS#8 keys.
+
+** libgnutls: Fix crash on the loading of malformed private keys with certain
+ parameters set to zero.
+
+** libgnutls: Fix double free in certificate information printing. If the PKIX
+ extension proxy was set with a policy language set but no policy specified,
+ that could lead to a double free.
+
** API and ABI modifications:
No changes since last version.