blob: 50e024a2a506be06c47d628fce7ba43842b8b661 [file] [log] [blame] [view]
Mateusz Starzykef80a9c2021-05-18 15:19:54 +02001Remove the option to build the library without any entropy sources
2------------------------------------------------------------------
3
4This does not affect users who use the default `config.h`, as this option was
5already off by default.
6
Mateusz Starzyk2396b212021-05-19 16:35:51 +02007If you were using the `MBEDTLS_TEST_NULL_ENTROPY` option and your platform
8doesn't have any entropy source, you should use `MBEDTLS_ENTROPY_NV_SEED`
9and make sure your device is provisioned with a strong random seed.
10Alternatively, for testing purposes only, you can create and register a fake
11entropy function.