Gilles Peskine | e3ed802 | 2021-02-03 20:04:08 +0100 | [diff] [blame] | 1 | Features |
| 2 | * Partial implementation of the PSA crypto driver interface: Mbed TLS can |
| 3 | now use an external random generator instead of the library's own |
| 4 | entropy collection and DRBG code. Enable MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG |
Gilles Peskine | d548d96 | 2021-02-15 18:34:16 +0100 | [diff] [blame] | 5 | and see the documentation of mbedtls_psa_external_get_random() for details. |
| 6 | * Applications using both mbedtls_xxx and psa_xxx functions (for example, |
| 7 | applications using TLS and MBEDTLS_USE_PSA_CRYPTO) can now use the PSA |
| 8 | random generator with mbedtls_xxx functions. See the documentation of |
| 9 | mbedtls_psa_get_random() for details. |