mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-01 04:20:45 +00:00
Add migration guide for removed null entropy config option
Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
This commit is contained in:
parent
72f60dfcc1
commit
ef80a9c5e0
9
docs/3.0-migration-guide.d/remove-null-entropy.md
Normal file
9
docs/3.0-migration-guide.d/remove-null-entropy.md
Normal file
@ -0,0 +1,9 @@
|
||||
Remove the option to build the library without any entropy sources
|
||||
------------------------------------------------------------------
|
||||
|
||||
This does not affect users who use the default `config.h`, as this option was
|
||||
already off by default.
|
||||
|
||||
If you were using the `MBEDTLS_TEST_NULL_ENTROPY` option, you can either use
|
||||
`MBEDTLS_ENTROPY_NV_SEED` or create a fake entropy function.
|
||||
|
Loading…
x
Reference in New Issue
Block a user