Provisioning PKCS#11 Key Objects

PKCS#11 library also provides sample application code for reference. This reference code demonstrates usage of the C_UnwrapKey API. The reference code shows how to consume the output of the PKCS#11 Object Generation Tool and invoke the C_UnwrapKey API to provision the PKCS#11 Key Objects onto the dedicated storage media.

Important:

DRIVE OS PDK reference code demonstrates using the PKCS#11 APIs to provision wrapped 128-bit AES key objects from Guest OS.However, this code is not qualified for use in production and should be treated as reference code only.

Refer to the following README for instructions to build the sample application, pkcs11_reference_application:

samples/nvpkcs11/external/README