-
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
[crypto] Add Operational Keystore for PSA crypto API #23857
[crypto] Add Operational Keystore for PSA crypto API #23857
Conversation
PR #23857: Size comparison from 53e51d8 to 8fda5b6 Increases (9 builds for bl702, efr32, nrfconnect, psoc6, telink)
Decreases (5 builds for bl602, cyw30739, esp32, telink)
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
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.
Good work @Damian-Nordic . I left few comments; mostly questions.
2f4fd98
to
98ad40b
Compare
PR #23857: Size comparison from 7a22856 to 98ad40b Increases (11 builds for bl702, efr32, esp32, nrfconnect, psoc6, telink)
Decreases (6 builds for bl602, cyw30739, esp32, nrfconnect, telink)
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
@andy31415 Could this be fast-tracked? This is for a new crypto backend that apparently only Nordic and ARM are interested in at the moment (and we got approval from ARM dev). |
Signed-off-by: Damian Krolik <[email protected]>
Signed-off-by: Damian Krolik <[email protected]>
98ad40b
to
9f91ff6
Compare
PR #23857: Size comparison from 699dc3c to 9f91ff6 Increases (13 builds for bl602, bl702, esp32, k32w, nrfconnect, psoc6, telink)
Decreases (1 build for bl602)
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
Add
OperationalKeystore
implementation targeted at "psa" crypto backend.Namely, it allows to securely generate NOC key pairs without exposing the private keys to the application.
Fixes #23955