blob: f6e6b09665d43f0a5e81ecd258470ca1cf19da0b [file] [log] [blame]
Gilles Peskinee3ed8022021-02-03 20:04:08 +01001Features
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 Peskined548d962021-02-15 18:34:16 +01005 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.