Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1734354

Browse files
committedMar 18, 2025·
[nrf noup] zephyr: Use mbedTLS specific C functions with RSA
Use snprinf, alloc, calloc and free from mbedTLS rather than from Zephyr. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
1 parent 0654e03 commit 1734354

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎boot/zephyr/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ config BOOT_SIGNATURE_TYPE_RSA
223223
select MBEDTLS
224224
select MBEDTLS_ASN1_PARSE_C if MBEDTLS_BUILTIN
225225
select MBEDTLS_KEY_EXCHANGE_RSA_ENABLED if MBEDTLS_BUILTIN
226+
select MBEDTLS_PLATFORM_NO_STD_FUNCTIONS if MBEDTLS_BUILTIN
226227
select BOOT_ENCRYPTION_SUPPORT
227228
select BOOT_IMG_HASH_ALG_SHA256_ALLOW
228229
select BOOT_AES_MBEDTLS_DEPENDENCIES if MBEDTLS_BUILTIN && BOOT_ENCRYPT_IMAGE

0 commit comments

Comments
 (0)
Please sign in to comment.