JackOfMostTrades / aws-kms-pkcs11

PKCS#11 Provider Using AWS KMS
MIT License
39 stars 17 forks source link

Support additional attributes #26

Closed eager-signal closed 11 months ago

eager-signal commented 11 months ago

We are using PKCS#11 from JCE, and its wrapper throws an exception when C_GetAttributeValue returns CKR_ATTRIBUTE_TYPE_INVALID. This adds support for:

JackOfMostTrades commented 11 months ago

LGTM!