mbedtls/tests/src
Gilles Peskine 76175ba785 Disable the insecure PSA test RNG by default
To reduce the risk of people accidentally using the test
implementation of mbedtls_psa_external_get_random(), which is
insecure, require the user to explicitly call
mbedtls_test_enable_insecure_external_rng() first.

Disabling the test implementation of mbedtls_psa_external_get_random()
will also allow negative testing for MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG,
which will be added in a subsequent commit.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-01-06 18:21:18 +01:00
..
drivers A variable is unused in some configurations 2020-11-22 19:33:11 +01:00
helpers.c Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failed 2020-10-06 22:15:42 +02:00
psa_crypto_helpers.c Disable the insecure PSA test RNG by default 2021-01-06 18:21:18 +01:00
random.c Merge pull request #3571 from gufe44/arc4random_buf-implicit 2020-11-12 12:12:49 +01:00