bootloader: use mbedTLS for secure boot verification in firmware

This commit is contained in:
Mahavir Jain
2019-01-04 12:48:28 +05:30
parent 369e170ebc
commit 202f689baa
2 changed files with 53 additions and 3 deletions

View File

@@ -234,6 +234,7 @@ menu "Security features"
config SECURE_SIGNED_ON_UPDATE
bool
default y
select MBEDTLS_ECP_DP_SECP256R1_ENABLED
depends on SECURE_BOOT_ENABLED || SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT
config SECURE_SIGNED_APPS