Skip to content

Commit ba4ac98

Browse files
committed
[nrf noup] boot: zephyr: enable MBEDTLS_SHA256 in
BOOT_SIGNATURE_TYPE_RSA It used to be enabled by default, but the default enabling has been removed. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
1 parent 6699687 commit ba4ac98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

boot/zephyr/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ config BOOT_SIGNATURE_TYPE_RSA
265265
select MBEDTLS
266266
select MBEDTLS_ASN1_PARSE_C if MBEDTLS_BUILTIN
267267
select MBEDTLS_MD_C if MBEDTLS_BUILTIN
268+
select MBEDTLS_SHA256 if MBEDTLS_BUILTIN
268269
select MBEDTLS_RSA_C if MBEDTLS_BUILTIN
269270
select MBEDTLS_PKCS1_V15 if MBEDTLS_BUILTIN
270271
select MBEDTLS_PKCS1_V21 if MBEDTLS_BUILTIN

0 commit comments

Comments
 (0)