blob: 9054010beddab9b54af08fb48ed61c36370cc594 [file] [log] [blame]
Mateusz Starzyk0fdcc8e2021-01-29 16:46:31 +01001API changes
2 * Remove HAVEGE module.
Dave Rodgmanbd069162021-04-07 10:13:28 +01003 The design of HAVEGE makes it unsuitable for microcontrollers. Platforms
4 with a more complex CPU usually have an operating system interface that
5 provides better randomness. Instead of HAVEGE, declare OS or hardware RNG
6 interfaces with mbedtls_entropy_add_source() and/or use an entropy seed
7 file created securely during device provisioning. See
8 https://tls.mbed.org/kb/how-to/add-entropy-sources-to-entropy-pool for
9 more information.