Skip to content

Commit

Permalink
Check aliases for KeyFactory with EC
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-Du committed Jan 24, 2024
1 parent db6ee28 commit 5eb2326
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ private static void register(Descriptor d) {
d(KF, "DH", P11DHKeyFactory,
dhAlias,
m(CKM_DH_PKCS_KEY_PAIR_GEN, CKM_DH_PKCS_DERIVE));
d(KF, "EC", P11ECKeyFactory,
dA(KF, "EC", P11ECKeyFactory,
m(CKM_EC_KEY_PAIR_GEN, CKM_ECDH1_DERIVE,
CKM_ECDSA, CKM_ECDSA_SHA1));

Expand Down

0 comments on commit 5eb2326

Please sign in to comment.