2021-02-03 20:04:08 +01:00
|
|
|
Features
|
|
|
|
* Partial implementation of the PSA crypto driver interface: Mbed TLS can
|
|
|
|
now use an external random generator instead of the library's own
|
|
|
|
entropy collection and DRBG code. Enable MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG
|
2021-02-15 18:34:16 +01:00
|
|
|
and see the documentation of mbedtls_psa_external_get_random() for details.
|
|
|
|
* Applications using both mbedtls_xxx and psa_xxx functions (for example,
|
|
|
|
applications using TLS and MBEDTLS_USE_PSA_CRYPTO) can now use the PSA
|
|
|
|
random generator with mbedtls_xxx functions. See the documentation of
|
|
|
|
mbedtls_psa_get_random() for details.
|