summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-16 20:50:31 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-16 20:50:31 +0200
commit2f3cc82fb0b4595248d15fbf561230d9514ddf36 (patch)
tree3427d23e992f23d482b9e9b29eacdbeb000d6021
parent67528599f406e1d097a79c81cf39c68a2b7eff39 (diff)
downloadgnutls-2f3cc82fb0b4595248d15fbf561230d9514ddf36.tar.gz
updated news
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e0dda70aee..edd073057e 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,24 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
See the end for copying conditions.
+* Version 2.12.7 (unreleased)
+
+** p11tool: Require login as security officer if --trusted option is
+provided. Reported by Rickard Bellgrim.
+
+** libgnutls: The CKA_SUBJECT field is specified when copying certificates
+in PKCS #11 smart-cards. Patch by Rickard Bellgrim.
+
+** libgnutls: Write label when writing private keys in PKCS #11 tokens.
+Reported by Rickard Bellgrim.
+
+** libgnutls: Accept CKR_USER_ALREADY_LOGGED_IN as a valid error code
+when logging in to PKCS #11 tokens.
+
+** API and ABI modifications:
+No changes since last version.
+
+
* Version 2.12.6 (released 2011-06-4)
** libgnutls: Allow usage of DSA signatures with truncated hash.