summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-12-31 14:39:49 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-12-31 14:39:49 +0200
commit1a6dd3338edca43120248bb9b495f6e1a73f6ccb (patch)
treeea72062ef7e4c56b00e1e0876a2bf94ee7421937
parent14a5b00c7e02df0d92219ec15a3de513acfa8be0 (diff)
downloadgnutls-1a6dd3338edca43120248bb9b495f6e1a73f6ccb.tar.gz
doc update [ci skip]
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 82edbda6a8..a391cb45bf 100644
--- a/NEWS
+++ b/NEWS
@@ -8,8 +8,9 @@ See the end for copying conditions.
** 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
+** libgnutls: For DSA and ECDSA keys in PKCS #11 objects, import
+ their public keys from either a public key object or a certificate.
+ That is, because private keys do not contain all the required
parameters for a direct import. Reported by Jan Vcelak.
** libgnutls: The CHACHA20-POLY1305 ciphersuites were updated to conform to