mcuboot/ext/mbedtls-asn1
David Brown b748f6fa2a Rename ext/mbedtls to ext/mbedtls-asn1
The ext/mbedtls directory has a copy of the ASN.1 parser from the mbed
TLS library.  To allow a future change to bring the entire mbed TLS
library in as a submodule under ext, rename this to mbedtls-asn1 to make
it clear this is only a subset.

Signed-off-by: David Brown <david.brown@linaro.org>
2019-10-15 09:29:20 -06:00
..
include/mbedtls Rename ext/mbedtls to ext/mbedtls-asn1 2019-10-15 09:29:20 -06:00
src Rename ext/mbedtls to ext/mbedtls-asn1 2019-10-15 09:29:20 -06: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.