Re: [opensc-devel] opensc-pkcs11's C_GetSlotList

2007-04-27 Thread Yuri
2007/4/9, Robert Relyea <[EMAIL PROTECTED]>: Preallocation of slots is a standard technique to support hotplugging. Before PKCS #11 2.20, PKCS #11 modules were not allowed to change their slot count between C_Initialize and C_Finalize. Even after PKCS #11 2.20, applications don't always query the

[opensc-devel] Cryptoflex 8k issues

2007-04-24 Thread Yuri
Hi! As described in OpenSC Wiki, I tried to get Cryptoflex 8k working by editing flex.profile I found that decreasing PKCS15-AppDF size to 7460 is enough to store PIN, although 7480 is not enough, and size of 7400 is not enough to store PKCS15 structure. So I suggest to fix this value in flex.pr

[opensc-devel] Sign ability for encryption-only keys

2007-04-11 Thread Yuri
Hi again! Looks like it is still impossible to generate certificate request for encryption-only key. Is it needs to be fixed and which way? Your's, Yuri. ___ opensc-devel mailing list [EMAIL PROTECTED] http://www.opensc-project.org/mailman/lis

Re: [opensc-devel] opensc-pkcs11's C_GetSlotList

2007-04-08 Thread Yuri
2007/4/9, Peter Stuge <[EMAIL PROTECTED]>: On Mon, Apr 09, 2007 at 11:41:50AM +0600, Yuri wrote: > Why opensc-pkcs11's C_Initialize was done that way? Can you clarify > commented situation? A single card can have multiple key pairs and certificates. PKCS#11 does not

[opensc-devel] opensc-pkcs11's C_GetSlotList

2007-04-08 Thread Yuri
anything about this requirements in pkcs11 specs, and moreover, in C_Initialize() context structure has exact number of readers and number of slots in each reader. Why opensc-pkcs11's C_Initialize was done that way? Can you clarify commented situation? Thanks, Yuri. ___