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