-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Openthread fix crypto psa import key #67473
Openthread fix crypto psa import key #67473
Conversation
4d3b831
to
68533f6
Compare
68533f6
to
8b54d57
Compare
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
8b54d57
to
ea9433f
Compare
ea9433f
to
2268520
Compare
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.
few more suggestions / questions
2268520
to
9be8885
Compare
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.
lgtm
Regular upmerge. Signed-off-by: Przemyslaw Bida <[email protected]>
According to PSA specification in case of `PSA_KEY_TYPE_ECC_KEY_PAIR` function `psa_import_key` takes private key from key pair as argument. This commit adds extraction of Private key from ECDSA key pair. Also removes not needed `otPlatCryptoEcdsaGetPublicKey`. Signed-off-by: Przemyslaw Bida <[email protected]>
9be8885
to
be59a9c
Compare
@canisLupus1313 why did you remove |
@Damian-Nordic |
According to PSA specification in case of
PSA_KEY_TYPE_ECC_KEY_PAIR
function
psa_import_key
takes private key from key pair as argument.This commit adds extraction of Private key from ECDSA key pair.
Also removes not needed
otPlatCryptoEcdsaGetPublicKey
.