-
Notifications
You must be signed in to change notification settings - Fork 246
[nrf noup] zephyr: Remove dependency on key import when KMU is used #500
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
base: main
Are you sure you want to change the base?
Conversation
|
congratulation @de-nordic #500 th PR here 🌹 🌷 💮 |
Thanks! |
e41a3fb to
5be564f
Compare
|
nrf-squash! [nrf noup] bootutil: Add support for KMU stored ED25519 signature key We are not importing keys, from MCUboot, when KMU is in use. Signed-off-by: Dominik Ermel <[email protected]>
5be564f to
0a0a511
Compare
|
nvlsianpu
left a comment
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 think now this can be some more complicated as: PSA encryption (x25519) imports keys.
| select PSA_WANT_ALG_PURE_EDDSA | ||
| select PSA_WANT_ECC_TWISTED_EDWARDS_255 | ||
| select PSA_WANT_ECC_MONTGOMERY_255 | ||
| select PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT if !PSA_CORE_LITE |
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.
| select PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT if !PSA_CORE_LITE | |
| select PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT if (!PSA_CORE_LITE || !BOOT_SIGNATURE_USING_KMU) |



nrf-squash! [nrf noup] bootutil: Add support for KMU stored ED25519 signature key
We are not importing keys, from MCUboot, when KMU is in use.