Re: [opensc-devel] Integrating p11-kit into pkcs11-helper?

2011-08-05 Thread Stef Walter
On 08/04/2011 11:30 PM, Nikos Mavrogiannopoulos wrote: >>> * Coordinating initialization and finalizing. >> You referencing a bad implemented application that is use PKCS#11 in >> two independent places. A practical solution is to fix the library >> implementation (such as GnuTLS) to provide some

[opensc-devel] Mods to add C_DeriveKey and Session based Secret Key Objects at GitHub

2011-08-05 Thread Douglas E. Engert
As part of the project to add support for Elliptical Curve Cryptography to OpenSC, the need to support the PKCS#11C_DeriveKey is required. C_DeriveKey returns the derived key in a PKCS#11 Secret Key Object and the key value can be obtained from the CKA_VALUE of the Secret Key Object. Many types of