mbedtls/tests/src
Gilles Peskine ecacc3c9d2 Make the fallback behavior of mbedtls_test_rnd_buffer_rand optional
If a fallback is not explicitly configured in the
mbedtls_test_rnd_buf_info structure, fail after the buffer is
exhausted.

There is no intended behavior change in this commit: all existing uses
of mbedtls_test_rnd_buffer_rand() have been updated to set
mbedtls_test_rnd_std_rand as the fallback.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-06-03 18:10:04 +02:00
..
drivers Dispatch sign/verify funtions through the driver interface 2021-05-13 11:18:57 +02:00
asn1_helpers.c Move asn1_skip_integer to the asn1_helpers module 2021-02-23 20:29:38 +01:00
certs.c Remove certs module from mbedtls. 2021-03-16 15:51:25 +01:00
fake_external_rng_for_test.c Fix wrong \file name in Doxygen comments 2021-02-23 20:29:38 +01:00
helpers.c Clarify case when high level error code is incorrect 2021-04-26 16:31:16 +01:00
psa_crypto_helpers.c New test helper to purge persistent key from memory 2021-02-23 20:36:07 +01:00
psa_exercise_key.c Update key usage determination for exercise key tests 2021-05-13 11:19:01 +02:00
random.c Make the fallback behavior of mbedtls_test_rnd_buffer_rand optional 2021-06-03 18:10:04 +02:00
threading_helpers.c Explain the usage of is_valid in pthread mutexes 2021-02-22 19:24:03 +01:00