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
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
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
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
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.
___