|
|
|
@ -316,8 +316,8 @@ static void prvObjectGeneration( void )
|
|
|
|
|
|
|
|
|
|
/* Labels are application defined strings that are used to identify an
|
|
|
|
|
* object. It should not be NULL terminated. */
|
|
|
|
|
CK_BYTE pucPublicKeyLabel[] = { pkcs11configLABEL_DEVICE_PRIVATE_KEY_FOR_TLS };
|
|
|
|
|
CK_BYTE pucPrivateKeyLabel[] = { pkcs11configLABEL_DEVICE_PUBLIC_KEY_FOR_TLS };
|
|
|
|
|
CK_BYTE pucPublicKeyLabel[] = { pkcs11configLABEL_DEVICE_PUBLIC_KEY_FOR_TLS };
|
|
|
|
|
CK_BYTE pucPrivateKeyLabel[] = { pkcs11configLABEL_DEVICE_PRIVATE_KEY_FOR_TLS };
|
|
|
|
|
|
|
|
|
|
/* CK_ATTRIBUTE's contain an attribute type, a value, and the length of
|
|
|
|
|
* the value. An array of CK_ATTRIBUTEs is called a template. They are used
|
|
|
|
|