Mateusz Starzyk | 0fdcc8e | 2021-01-29 16:46:31 +0100 | [diff] [blame] | 1 | API changes |
| 2 | * Remove HAVEGE module. |
Dave Rodgman | bd06916 | 2021-04-07 10:13:28 +0100 | [diff] [blame] | 3 | 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. |