mbedtls/tests/include/test
Manuel Pégourié-Gonnard 7a27e85f5c Fix failure of RSA accel test
Previously MD_C was auto-enabled based on the fact that ALG_RSA_PSS was
requested, but that's no longer the case since the previous commit.

We can fix this in one of two ways: either enable MD_C, or enable all
the PSA_WANT_ALG_SHA_xxx that are needed for test. Go for MD_C because
it's a single line and avoids having to enumerate a list that might grow
in the future.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2022-08-11 12:47:02 +02:00
..
drivers Fix failure of RSA accel test 2022-08-11 12:47:02 +02:00
asn1_helpers.h Move asn1_skip_integer to the asn1_helpers module 2021-02-23 20:29:38 +01:00
certs.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
constant_flow.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
fake_external_rng_for_test.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
helpers.h Remove radix arg from mbedtls_test_read_mpi 2022-08-01 15:05:24 +01:00
macros.h New test helper macros TEST_LE_U, TEST_LE_S 2022-05-16 19:33:11 +02:00
psa_crypto_helpers.h tests: Init PSA crypto if TLS 1.3 is enabled 2022-03-29 18:58:31 +02:00
psa_exercise_key.h tests: psa: Remove MD2, MD4 and ARC4 related code 2021-12-07 09:54:36 +01:00
psa_helpers.h Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
random.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00