PeculiarVentures / pvpkcs11

pvpkcs11 consists of a input validation library and a set of PKCS#11 implementations that wrap operating system and browser cryptographic implementations.
MIT License
32 stars 7 forks source link

Support Create and Copy functions for CKO_PRIVATE_KEY objects #40

Open microshine opened 4 years ago

microshine commented 4 years ago

macOS version doesn't support C_CopyObject and C_CreateObject methods for private keys.

Need checking of Windows version