mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-14 06:05:36 +00:00
e3ed802138
Expose whatever RNG the PSA subsystem uses to applications using the mbedtls_xxx API. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
9 lines
480 B
Plaintext
9 lines
480 B
Plaintext
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
|
|
and See the documentatio of mbedtls_psa_external_get_random() for details.
|
|
* Applications using PSA crypto can now use its random generator in the
|
|
mbedtls_xxx API. See the documentation of mbedtls_psa_get_random() for
|
|
details.
|