-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ThalesSoloPlus results with ECC #59
Comments
No problem. I'll do it as a separate pull request. Nuck On 27 Sep 2016 3:27 a.m., "Ryan Hurst" [email protected] wrote:
|
@rmhrisk the reason that EC results are missing is because the console tests use CKM_ECDSA_KEY_PAIR_GEN which was deprecated PKCS#11 2.11. The Thales NShield HSMs use the newer CKM_EC_KEY_PAIR_GEN mechanism which will provide the same functionality. Is this something you guys want to change or would you like me to do it? |
Would you mind? |
So from https://opensource.apple.com/source/SmartCardServices/SmartCardServices-31/src/PKCS11/pkcs11t.h We see:
You can see we have the same statement in pkcs11js: We also use the newer constant name in Graphene - https://github.com/PeculiarVentures/graphene/blob/master/src/mech_enum.ts#L234 Do you know what the right value is? Right now it seems it is just a copy of another. Anyway if you could take a stab at fixing it would be great. |
No that's fine. Probably look at getting something late next week. On 28 Sep 2016 6:04 p.m., "Ryan Hurst" [email protected] wrote: Would you mind? — |
@nickrmc83 I noticed that https://github.com/PeculiarVentures/graphene/blob/master/capabilities/ThalesNShieldSoloPlus.md doesn't have ECC sign results in it would you mind updating the results?
The text was updated successfully, but these errors were encountered: