summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-12-06 12:16:08 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-12-06 12:16:08 +0100
commit324fbf0f3a0cf25bded35f70adae2ad1485ba5ca (patch)
tree41bb21a58e98908ed65a8aa7b1048d1bd200b9d5
parent0e79aabab519a6b568cf8c31b38523cce7416bd8 (diff)
downloadgnutls-324fbf0f3a0cf25bded35f70adae2ad1485ba5ca.tar.gz
doc update
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 24e7a3ea57..18893676ca 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,19 @@ Copyright (C) 2000-2015 Free Software Foundation, Inc.
Copyright (C) 2013, 2014 Nikos Mavrogiannopoulos
See the end for copying conditions.
+* Version 3.3.20 (unreleased)
+
+** libgnutls: Corrected memory leak in gnutls_pubkey_import_privkey() when
+ used with PKCS #11 keys.
+
+** libgnutls: Do not allow importing public keys from PKCS #11 private keys
+ for DSA and ECDSA. That is, because they do not contain all the required
+ parameters for a direct import. Reported by Jan Vcelak.
+
+** API and ABI modifications:
+No changes since last version.
+
+
* Version 3.3.19 (released 2015-11-22)
** libgnutls: Properly require TLS 1.2 to all the CBC-SHA256 and CBC-SHA384