mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 09:21:19 +00:00
1a58e9a232
This commit also: - updates changelog - add a stub function to be used in component_test_psa_crypto_client() test Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
7 lines
325 B
Plaintext
7 lines
325 B
Plaintext
Features
|
|
* mbedtls_psa_get_random() is always available as soon as
|
|
MBEDTLS_PSA_CRYPTO_CLIENT is enabled at build time and psa_crypto_init() is
|
|
called at runtime. This together with MBEDTLS_PSA_RANDOM_STATE can be
|
|
used as random number generator function(f_rng) and context (p_rng) in
|
|
legacy functions.
|