Skip to content

Conversation

@de-nordic
Copy link
Contributor

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.

@nvlsianpu
Copy link
Contributor

congratulation @de-nordic #500 th PR here 🌹 🌷 💮

@de-nordic
Copy link
Contributor Author

congratulation @de-nordic #500 th PR here 🌹 🌷 💮

Thanks!

@de-nordic de-nordic force-pushed the not-needed-import-when-kmu branch from e41a3fb to 5be564f Compare August 12, 2025 15:04
@sonarqubecloud
Copy link

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]>
@de-nordic de-nordic force-pushed the not-needed-import-when-kmu branch from 5be564f to 0a0a511 Compare September 12, 2025 14:20
@sonarqubecloud
Copy link

Copy link
Contributor

@nvlsianpu nvlsianpu left a 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants