2021-01-29 16:46:31 +01:00
|
|
|
API changes
|
|
|
|
* Remove HAVEGE module.
|
2021-04-07 11:13:28 +02:00
|
|
|
The design of HAVEGE makes it unsuitable for microcontrollers. Platforms
|
|
|
|
with a more complex CPU usually have an operating system interface that
|
|
|
|
provides better randomness. Instead of HAVEGE, declare OS or hardware RNG
|
|
|
|
interfaces with mbedtls_entropy_add_source() and/or use an entropy seed
|
|
|
|
file created securely during device provisioning. See
|
|
|
|
https://tls.mbed.org/kb/how-to/add-entropy-sources-to-entropy-pool for
|
|
|
|
more information.
|