We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfbd35 commit dd4bce1Copy full SHA for dd4bce1
boot/zephyr/Kconfig
@@ -253,7 +253,7 @@ config BOOT_SIGNATURE_TYPE_ED25519
253
select BOOT_ENCRYPTION_SUPPORT if !BOOT_SIGNATURE_TYPE_PURE
254
select BOOT_IMG_HASH_ALG_SHA256_ALLOW if !BOOT_SIGNATURE_TYPE_PURE
255
# The SHA is used only for key hashing, not for images.
256
- select BOOT_IMG_HASH_ALG_SHA512_ALLOW
+ select BOOT_IMG_HASH_ALG_SHA512_ALLOW if BOOT_USE_PSA_CRYPTO
257
select BOOT_SIGNATURE_TYPE_PURE_ALLOW
258
help
259
This is ed25519 signature calculated over SHA512 of SHA256 of application
0 commit comments