Skip to content

zephyr: Enable building ECDSA PSA variant #2392

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

Merged
merged 1 commit into from
Jul 22, 2025

Conversation

ahasztag
Copy link
Contributor

Adds Kconfig option CONFIG_BOOT_ECDSA_PSA that allows to switch ECDSA to PSA backend.

@ahasztag ahasztag marked this pull request as ready for review July 17, 2025 14:22
@de-nordic de-nordic added area: zephyr Affects the Zephyr port crypto Encryption support labels Jul 17, 2025
Copy link
Contributor

@tomchy tomchy left a comment

Choose a reason for hiding this comment

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

Thank you, that's the improvement that we were looking for yesterday! 🙂
Please fix the nasty (up/noup) Kconfig symbols dependencies.

@ahasztag ahasztag marked this pull request as draft July 18, 2025 08:13
@ahasztag ahasztag force-pushed the ecdsa_psa branch 4 times, most recently from 201cf52 to 57245ed Compare July 18, 2025 09:09
select BOOT_KEY_IMPORT_BYPASS_ASN
select BOOT_IMG_HASH_ALG_SHA256_ALLOW
select BOOT_IMG_HASH_ALG_SHA512_ALLOW
select PSA_WANT_ALG_ECDSA
Copy link
Contributor

Choose a reason for hiding this comment

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

Already selected by the BOOT_ECDSA_PSA_DEPENDENCIES.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

@ahasztag ahasztag marked this pull request as ready for review July 18, 2025 09:30
Adds Kconfig option CONFIG_BOOT_ECDSA_PSA that allows to switch
ECDSA to PSA backend.

Signed-off-by: Artur Hadasz <[email protected]>
@ahasztag ahasztag marked this pull request as draft July 22, 2025 07:48
@ahasztag
Copy link
Contributor Author

Converted to draft, need some changes

@ahasztag ahasztag marked this pull request as ready for review July 22, 2025 08:02
@de-nordic de-nordic merged commit 5ee96f5 into mcu-tools:main Jul 22, 2025
58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: zephyr Affects the Zephyr port crypto Encryption support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants