On Wed, 26 May 2010 21:00:52 +0800, Viktor TARASOV  
<viktor.tara...@opentrust.com> wrote:

> In fact, initialization of Feitian card has been changed --
> it was discussed in thread 'C_SignFinal fails when using a pinpad  
> reader':
>
Thank you.
Since entersafe driver only use one pin/puk(sopin) pair, I think we can  
add "local" pin-flag in default configuration.

Index: src/pkcs15init/entersafe.profile
===================================================================
--- src/pkcs15init/entersafe.profile    (revision 4390)
+++ src/pkcs15init/entersafe.profile    (working copy)
@@ -11,7 +11,7 @@

  option default {
        macros {
-               pin-flags                = initialized, needs-padding;
+               pin-flags                = local, initialized, needs-padding;
                min-pin-length   = 4;
                df_acl                   = *=NEVER;
                protected                = *=$PIN,READ=NONE;
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to