mbedtls/tests
Gilles Peskine 077599ad85 New test suite for random generation
Test random generation as a whole. This is different from
test_suite_*_drbg and test_suite_entropy, which respectively test PRNG
modules and entropy collection.

Start with basic tests: good-case tests, and do it twice and compare
the results to validate that entropy collection doesn't repeat itself.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-02-03 18:55:39 +01:00
..
.jenkins
configs
data_files Merge pull request #3698 from darrenkrahn/development 2021-01-17 18:06:18 +00:00
docker/bionic
git-scripts
include/test Move the fake PSA external RNG to its own header and source files 2021-01-20 20:02:01 +01:00
scripts Duplicate no-DRBG tests: with and without MBEDTLS_USE_PSA_CRYPTO 2021-02-03 15:50:46 +01:00
src Move the fake PSA external RNG to its own header and source files 2021-01-20 20:02:01 +01:00
suites New test suite for random generation 2021-02-03 18:55:39 +01:00
.gitignore
CMakeLists.txt New test suite for random generation 2021-02-03 18:55:39 +01:00
compat-in-docker.sh
compat.sh
context-info.sh
Descriptions.txt
make-in-docker.sh
Makefile Explain the explicit dependency on instrument_record_status.h 2021-01-25 13:46:14 +01:00
ssl-opt-in-docker.sh
ssl-opt.sh