Skip to content

Commit

Permalink
libckteec: support for CKM_RSA_X_509
Browse files Browse the repository at this point in the history
Define CKM_RSA_X_509 mechanism identifier to allow client to
request operations with this mechanism.

Signed-off-by: Alexandre Marechal <[email protected]>
Signed-off-by: Etienne Carriere <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
  • Loading branch information
etienne-lms authored and jforissier committed Nov 18, 2024
1 parent d221676 commit 54539c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libckteec/src/serialize_ck.c
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@ CK_RV serialize_ck_mecha_params(struct serializer *obj,
case CKM_ECDSA_SHA512:
case CKM_RSA_PKCS_KEY_PAIR_GEN:
case CKM_RSA_PKCS:
case CKM_RSA_X_509:
case CKM_MD5_RSA_PKCS:
case CKM_SHA1_RSA_PKCS:
case CKM_SHA224_RSA_PKCS:
Expand Down

0 comments on commit 54539c5

Please sign in to comment.