mbedtls/tests
Gilles Peskine acdefdd51a Unify RNG initialization that must be unified
mpi_core_random_basic and mpi_random_values must generate the same random
sequences in order to get the expected test coverage (where we know we'll
hit certain numbers of retries). Facilitate this by defining the RNG seed
only once.

Fix the seed to explicitly list all 16 words of the key. This isn't strictly
required (missing initializer fields get the value zero), but it's clearer.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2022-12-15 15:15:47 +01:00
..
.jenkins
configs Merge branch 'development' into rfc9146_2 2022-11-14 17:43:15 +00:00
data_files Merge pull request #6663 from davidhorstmann-arm/fix-typo-unsupported 2022-11-29 21:44:27 +01:00
docker/bionic removed changed made to the test/bionic/Dockerfile 2022-09-17 22:20:33 +02:00
git-scripts Fix typographical errors in .md files found by cspell 2022-07-29 13:44:01 +01:00
include Add test function for opaque driver (simply returns PSA_ERROR_NOT_SUPPORTED), and address other review comments. 2022-11-28 14:46:30 +00:00
opt-testcases Add parse function for early data in encrypted extentions 2022-11-22 09:40:07 +00:00
scripts Merge pull request #6698 from wernerlewis/bignum_mod_py 2022-12-01 11:48:14 +00:00
src Minor formatting fixes to address code review comments 2022-11-29 16:53:29 +00:00
suites Unify RNG initialization that must be unified 2022-12-15 15:15:47 +01:00
.gitignore
CMakeLists.txt Enable test generation from bignum_mod.py 2022-11-30 14:43:31 +00:00
compat-in-docker.sh
compat.sh Enable all ciphers in OpenSSL >=1.1.0 2022-11-24 22:41:55 +01:00
context-info.sh
Descriptions.txt
make-in-docker.sh
Makefile Enable test generation from bignum_mod.py 2022-11-30 14:43:31 +00:00
ssl-opt-in-docker.sh
ssl-opt.sh Merge pull request #6264 from hannestschofenig/rfc9146_2 2022-11-29 09:25:14 +01:00