Actions
Bug #6240
closedpkcs11_mech2keytype returns incorrect key type for CKM_DH_PKCS_PARAMETER_GEN
Status:
Closed
Priority:
Low
Assignee:
-
Category:
lib - userland libraries
Start date:
2015-09-17
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
Based on the current PKCS#11 standard (avail here ), CKM_DH_PKCS_PARAMETER_GEN uses a key type of CKK_DH, not CKK_RSA.
Updated by Electric Monk over 5 years ago
- % Done changed from 0 to 100
- Status changed from New to Closed
git commit b106467fd72e9bfd9e2bd78fbaa00a96a4eead45
commit b106467fd72e9bfd9e2bd78fbaa00a96a4eead45 Author: Jason King <jason.brian.king+github@gmail.com> Date: 2016-12-22T18:35:06.000Z 6239 Add PKCS#11 v2.40 support 6240 pkcs11_mech2keytype returns incorrect key type for CKM_DH_PKCS_PARAMETER_GEN Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacci <rm@joyent.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions