mcuboot/ext/mbedtls-asn1
Antonio de Angelis 2f85b7e994 bootutil/crypto: Fix the common.h header
The crypto/common.h header checks for MBEDTLS_VERSION_NUMBER
value but it needs to include mbedtls/version.h first
otherwise it won't return a reliable check.

Signed-off-by: Antonio de Angelis <Antonio.deAngelis@arm.com>
Change-Id: Ice12fe26bb24fd98c09c4adfe001b5274cee555c
2023-06-09 14:35:28 +02:00
..
include bootutil/crypto: Fix the common.h header 2023-06-09 14:35:28 +02:00
src Update ext/mbedtls-asn1 to mbedtls-3.0.0 2021-07-16 09:42:57 +02:00
README Rename ext/mbedtls to ext/mbedtls-asn1 2019-10-15 09:29:20 -06:00
pkg.yml Rename ext/mbedtls to ext/mbedtls-asn1 2019-10-15 09:29:20 -06:00

README

This bundles the asn1 parser from mbed-tls into mcuboot, which allows
adding EC crypto (tinycrypt based) functionality for target OSes that
don't bundle mbed-tls.