mbedtls/ChangeLog.d/remove_null_entropy.txt
Mateusz Starzyk 72f60dfcc1 Remove MBEDTLS_TEST_NULL_ENTROPY config option.
Building the library without entropy sources negates any and all security
provided by the library.
This option was originally requested a relatively long time ago and it
does not provide any tangible benefit for users any more.

Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
2021-05-11 13:15:19 +02:00

2 lines
82 B
Text

API changes
* Remove the MBEDTLS_TEST_NULL_ENTROPY config option. Fixes #4388.