-
Notifications
You must be signed in to change notification settings - Fork 19
Use the driver version of private key generation #4
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
Conversation
d099394
to
8061ace
Compare
74caee6
Added a test to make sure that the public key format received when generating a private key is compliant with PSA. |
main.c
Outdated
key_type, alg, PSA_KEY_USAGE_VERIFY, pubkey, | ||
pubkey_len)); | ||
|
||
/* Test that a public key that is exported from a private key - can be |
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.
I'd suggest to remove the -
.
f32beb7
to
020807d
Compare
I've rebased the branch to resolve conflicts. |
This PR has a prerequisite of ARMmbed/mbed-os-atecc608a#5.