Skip to content
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

bootutil: PSA implementation of x25519 and ed25519 verification #2166

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

de-nordic
Copy link
Collaborator

@de-nordic de-nordic commented Jan 7, 2025

The commit provides implementation of image verification with ed25519 and encryption/decryption support where random key is encrypted using x25519.

Depends on https://github.com/mcu-tools/mcuboot/pull/2186/files

@de-nordic de-nordic force-pushed the public-psa branch 2 times, most recently from c533b95 to 0d10b36 Compare January 22, 2025 16:37
The commit provides implementation of image verification with
ed25519 and encryption/decryption support where random key
is encrypted using x25519.

Signed-off-by: Dominik Ermel <[email protected]>
Adds Kconfig option CONFIG_BOOT_ED25519_PSA that allows to switch
ed25519 to PSA backend.

Signed-off-by: Dominik Ermel <[email protected]>
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.

1 participant