mbedtls/tests
Manuel Pégourié-Gonnard c98fde5ca8 Add test for building without CTR_DRBG
People who prefer to rely on HMAC_DRBG (for example because they use it for
deterministic ECDSA and don't want a second DRBG for code size reasons) should
be able to build and run the tests suites without CTR_DRBG.

Ideally we should make sure the level of testing (SSL) is the same regardless
of which DRBG modules is enabled, but that's a more significant piece of work.
For now, just ensure everything builds and `make test` passes.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2020-06-03 09:57:08 +02:00
..
.jenkins
configs
data_files
git-scripts
scripts Add test for building without CTR_DRBG 2020-06-03 09:57:08 +02:00
suites
.gitignore
CMakeLists.txt
compat.sh
Descriptions.txt
Makefile
ssl-opt.sh