On Wed, 14 Jun 2006 11:37:57 -0400
Thomas Harning <[EMAIL PROTECTED]> wrote:
> Just wondering... does the OpenSC pkcs11 library contain functions for
> data object creation?
> .
I have a sort-of working version, however Object ID's/labels are an
issue that I resolved using hacks.
1. A sta
Just wondering... does the OpenSC pkcs11 library contain functions for
data object creation?
I looked through the framework-pkcs15.c file (which is used by
pkcs11-object.c to create objects) and found that the only supported
classes are CKO_PRIVATE_KEY, CKO_PUBLIC_KEY, and CKO_CERTIFICATE.
I'm wo