mbed-os/features/mbedtls/importer
TomoYamanaka 0721a76e32 Improve the config adjustment script for ENTROPY_NV_SEED
Although "nv_seed" is one of "entropy", it doesn't included to the "!defined" lineup in the following config file.
Therefore, when MBEDTLS_ENTROPY_NV_SEED is defined, it is accidently invoked "mbedtls/config-no-entropy.h".
mbed-os\features\mbedtls\inc\mbedtls\config.h
I think that correct processing should go to line 47, not line 40.
2018-10-19 11:46:55 +01:00
..
TARGET_IGNORE Update mbed TLS to version 2.3.0 2016-07-23 00:13:43 -05:00
Makefile Update Mbed TLS version to 2.13.1 2018-09-11 15:04:48 +01:00
adjust-config.sh Improve the config adjustment script for ENTROPY_NV_SEED 2018-10-19 11:46:55 +01:00
adjust-no-entropy-config.sh Disable XTS cipher mode by default when importing Mbed TLS 2018-06-18 16:48:33 +02:00