mcuboot AES-256 + ECDSA P256

Hi,

We are using a custom nrf9160 board on nrf-sdk 2.4.2. We would like to use AES-256 encryption in mcuboot in combination with ECDSA P256 signing.

From my understanding, AES encryption requires either tinycrypt or mbedtls backends, but tinycrypt only supports AES-128. We could then use mbedtls backend, but it seems that ECDSA P256 is not supported for the mbedtls v1.10.0-ncs1 fork in nrf-sdk 2.4.2, even though it has been supported in mcuboot upstream.

Do you have any recommendations on how we can combine AES-256 encryption with ECDSA P256 signing in mcuboot on nrf-sdk 2.4.2 or later?

Thanks

Parents Reply Children
No Data
Related