Mateusz Starzyk | ef80a9c | 2021-05-18 15:19:54 +0200 | [diff] [blame] | 1 | Remove the option to build the library without any entropy sources |
| 2 | ------------------------------------------------------------------ |
| 3 | |
Bence Szépkúti | bb0cfeb | 2021-05-28 09:42:25 +0200 | [diff] [blame] | 4 | This does not affect users who use the default `mbedtls_config.h`, as this option was |
Mateusz Starzyk | ef80a9c | 2021-05-18 15:19:54 +0200 | [diff] [blame] | 5 | already off by default. |
| 6 | |
Mateusz Starzyk | 2396b21 | 2021-05-19 16:35:51 +0200 | [diff] [blame] | 7 | If you were using the `MBEDTLS_TEST_NULL_ENTROPY` option and your platform |
| 8 | doesn't have any entropy source, you should use `MBEDTLS_ENTROPY_NV_SEED` |
| 9 | and make sure your device is provisioned with a strong random seed. |
| 10 | Alternatively, for testing purposes only, you can create and register a fake |
| 11 | entropy function. |