summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Walter <stefw@src.gnome.org>2009-02-28 01:24:29 +0000
committerStefan Walter <stefw@src.gnome.org>2009-02-28 01:24:29 +0000
commit46bd10f8fe1c49d10486a75b990ec5d38687b962 (patch)
treee18d83fdb95c1dc59598dcee8c9160373077f66c /ChangeLog
parentc186b62bc0d1a0189faa65ffbfc0e8fda336d828 (diff)
downloadgnome-keyring-46bd10f8fe1c49d10486a75b990ec5d38687b962.tar.gz
Implement C_InitPIN for the cases when no PIN exists yet.
svn path=/trunk/; revision=1630
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index beeb38ca..9a8e3aeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
* daemon/pkcs11/gkr-pkcs11-auth-ep.c: Prompt for new password when C_InitPIN
is called on a token.
+ * pkcs11/gck/gck-module.c: Implement C_InitPIN for the cases when no PIN
+ exists yet.
2009-02-25 Stef Walter <stef@memberwebs.com>