This commit is contained in:
Alessio Di Mauro
2019-05-20 09:04:33 +02:00
+2
View File
@@ -439,6 +439,7 @@ CK_RV check_pubkey_template(op_info_t *op_info, CK_ATTRIBUTE_PTR templ, CK_ULONG
case CKA_WRAP:
case CKA_DERIVE:
case CKA_PRIVATE:
case CKA_LABEL:
// Ignore these attributes for now
break;
@@ -508,6 +509,7 @@ CK_RV check_pvtkey_template(op_info_t *op_info, CK_ATTRIBUTE_PTR templ, CK_ULONG
case CKA_PRIVATE:
case CKA_TOKEN:
case CKA_DERIVE:
case CKA_LABEL:
// Ignore these attributes for now
break;