Gilles Peskine 55e89985f0 Test MBEDTLS_PSA_INJECT_ENTROPY
Until now, we were never enabling this option in any test.

MBEDTLS_PSA_INJECT_ENTROPY requires MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES, so
it cannot be enabled in the full config and it gets its own component.

Test with MBEDTLS_USE_PSA_CRYPTO enabled, since MBEDTLS_PSA_INJECT_ENTROPY
is a very PSA feature (which can break non-PSA applications), and Mbed
OS (for whch MBEDTLS_PSA_INJECT_ENTROPY was designed) enables
MBEDTLS_USE_PSA_CRYPTO when it enables MBEDTLS_PSA_INJECT_ENTROPY.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2023-07-20 18:11:21 +02:00
..
.jenkins Add a Jenkinsfile for PR job testing 2018-10-19 16:41:54 +01:00
configs Tests: provide necessary functions for MBEDTLS_PSA_INJECT_ENTROPY 2023-07-20 18:08:24 +02:00
data_files Update test-ca2.crt[.der] and server5.crt[.der] 2023-06-19 10:17:21 +08:00
docker/bionic Point to docker images used in the CI 2022-12-16 10:21:11 +01:00
git-scripts Fix typographical errors in .md files found by cspell 2022-07-29 13:54:52 +01:00
include MBEDTLS_PSA_INJECT_ENTROPY: Make sure the seed file exist when running tests 2023-07-20 18:09:02 +02:00
scripts Test MBEDTLS_PSA_INJECT_ENTROPY 2023-07-20 18:11:21 +02:00
src MBEDTLS_PSA_INJECT_ENTROPY: Make sure the seed file exist when running tests 2023-07-20 18:09:02 +02:00
suites MBEDTLS_PSA_INJECT_ENTROPY: Skip incompatible tests 2023-07-20 18:10:26 +02:00
.gitignore Ignore *.o everywhere 2023-05-12 13:57:39 +02:00
CMakeLists.txt Fix build errors in CMake 2023-03-16 11:10:17 +08:00
compat-in-docker.sh Use OPENSSL everywhere, not OPENSSL_CMD 2023-01-10 09:47:09 +01:00
compat.sh compat.sh: add support to record outcome of test cases 2023-07-07 12:23:08 +01:00
context-info.sh Merge pull request #3614 from gilles-peskine-arm/ssl-opt-gnutls-printf-development 2020-11-04 17:55:42 +01:00
Descriptions.txt Revert "Remove tests that depend on TLS or X.509" 2020-03-19 14:17:54 +01:00
make-in-docker.sh Point to docker images used in the CI 2022-12-16 10:21:11 +01:00
Makefile Fix build errors in CMake 2023-03-16 11:10:17 +08:00
ssl-opt-in-docker.sh Use OPENSSL everywhere, not OPENSSL_CMD 2023-01-10 09:47:09 +01:00
ssl-opt.sh ssl-opt.sh: support to parse --outcome-file 2023-07-10 09:38:24 +01:00