-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
HSM support for ECC Public key operations #6858
HSM support for ECC Public key operations #6858
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code lgtm.
Just wondering why all this code is needed under src/crypto/hsm/nxp
.
Is this an augment to mbedtls? Is it part in some way of nxp sdk?
|
Could you add unit tests to validate the added code? |
CHIPCryptoPALTest already had the ECC sign/verify tests (modified to support ECC on HSM) which will validate the current implementation. |
* Added HSM support for ECC Public key crypto operations * restyled Co-authored-by: Jagadish B E <[email protected]>
Problem
HSM support needs to be added for ECC Public key crypto operations
Summary of Changes
HSM support for ECC Public key crypto operations (Msg Verify and Hash Verify)