diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-12-06 12:16:08 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-12-06 12:16:08 +0100 |
commit | 324fbf0f3a0cf25bded35f70adae2ad1485ba5ca (patch) | |
tree | 41bb21a58e98908ed65a8aa7b1048d1bd200b9d5 /NEWS | |
parent | 0e79aabab519a6b568cf8c31b38523cce7416bd8 (diff) | |
download | gnutls-324fbf0f3a0cf25bded35f70adae2ad1485ba5ca.tar.gz |
doc update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |