Skip to content

Commit

Permalink
Merge pull request #255 from cherepakha/patch-1
Browse files Browse the repository at this point in the history
Add CKA_CERTIFICATE_TYPE in C_FindObjectsInit
  • Loading branch information
qpernil authored Apr 7, 2022
2 parents 90c1eaa + 56c2d4b commit ac13b3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkcs11/yubihsm_pkcs11.c
Original file line number Diff line number Diff line change
Expand Up @@ -2146,6 +2146,7 @@ CK_DEFINE_FUNCTION(CK_RV, C_FindObjectsInit)
case CKA_DESTROYABLE:
case CKA_KEY_TYPE:
case CKA_APPLICATION:
case CKA_CERTIFICATE_TYPE:
DBG_INFO("Got type %x, ignoring it for results",
(uint32_t) pTemplate[i].type);
break;
Expand Down

0 comments on commit ac13b3b

Please sign in to comment.