[pkg-opensc-commit] [engine-pkcs11] 37/152: increase max. pin length to 32 chars.

Eric Dorland eric at moszumanska.debian.org
Mon Oct 19 03:11:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository engine-pkcs11.

commit 96a42cb9c8670ab2c8f9576d8b7e288f4382a676
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Fri Jun 29 06:36:50 2007 +0000

    increase max. pin length to 32 chars.
---
 src/engine_pkcs11.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/engine_pkcs11.c b/src/engine_pkcs11.c
index 8a375cc..4371273 100644
--- a/src/engine_pkcs11.c
+++ b/src/engine_pkcs11.c
@@ -40,7 +40,7 @@
 #define fail(msg) { fprintf(stderr,msg); return NULL;}
 
 /** The maximum length of an internally-allocated PIN */
-#define MAX_PIN_LENGTH   12
+#define MAX_PIN_LENGTH   32
 
 PKCS11_CTX *ctx;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/engine-pkcs11.git



More information about the pkg-opensc-commit mailing list