Skip to content

Commit

Permalink
[nrf noup] bootutil: Fix SHA512 dependency
Browse files Browse the repository at this point in the history
fixup! [nrf noup] bootutil: Provide support for SHA512 with ED25519

Signed-off-by: Dominik Ermel <[email protected]>
  • Loading branch information
de-nordic authored and nvlsianpu committed Oct 9, 2024
1 parent 7bfbd35 commit dd4bce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ config BOOT_SIGNATURE_TYPE_ED25519
select BOOT_ENCRYPTION_SUPPORT if !BOOT_SIGNATURE_TYPE_PURE
select BOOT_IMG_HASH_ALG_SHA256_ALLOW if !BOOT_SIGNATURE_TYPE_PURE
# The SHA is used only for key hashing, not for images.
select BOOT_IMG_HASH_ALG_SHA512_ALLOW
select BOOT_IMG_HASH_ALG_SHA512_ALLOW if BOOT_USE_PSA_CRYPTO
select BOOT_SIGNATURE_TYPE_PURE_ALLOW
help
This is ed25519 signature calculated over SHA512 of SHA256 of application
Expand Down

0 comments on commit dd4bce1

Please sign in to comment.