summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-10-17 09:59:23 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-10-17 09:59:23 +0200
commit5638851977b6711e9701c4858d7ec7d39d90b4a4 (patch)
treee607d358db2c0ecd7cf45e838abe337d66a6dc41
parent30743c46ddb2dfb145d8b85a74742ea65c1cfeaa (diff)
downloadgnutls-5638851977b6711e9701c4858d7ec7d39d90b4a4.tar.gz
doc update
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9a0c8e7a13..d3b2d82a42 100644
--- a/NEWS
+++ b/NEWS
@@ -18,8 +18,13 @@ See the end for copying conditions.
** libgnutls: Allow the presence of legacy ciphers and key exchanges in
priority strings and consider them a no-op.
+** libgnutls: Added the ability to copy a public key into a PKCS #11
+ token.
+
** tools: Added support for LDAP and XMPP negotiation for STARTTLS.
+** p11tool: Allow writing a public key into a PKCS #11 token.
+
** certtool: Key generation security level was switched to HIGH. That
is, by default the tool generates 3072 bit keys for RSA and DSA.
@@ -28,6 +33,7 @@ gnutls_session_set_verify_function: Added
gnutls_session_set_verify_cert: Added
gnutls_session_set_verify_cert2: Added
gnutls_session_get_verify_cert_status: Added
+gnutls_pkcs11_copy_pubkey: Added
* Version 3.4.5 (released 2015-09-12)