mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
This fixes the ability to exercise keys in configurations where MD5 is supported for direct use, but not inside some accelerated algorithms. This is the case in `all.sh test_psa_crypto_config_accel_ecc_ecp_light_only` and some other accelerated-ECC components of `all.sh`, where the driver is built without MD5 support but built-in MD5 remains enabled. This is only a hack, not a theoretically correct fix, but a correct fix is out of scope of my current work. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> |
||
|---|---|---|
| .. | ||
| drivers | ||
| arguments.h | ||
| asn1_helpers.h | ||
| bignum_helpers.h | ||
| certs.h | ||
| constant_flow.h | ||
| fake_external_rng_for_test.h | ||
| helpers.h | ||
| macros.h | ||
| psa_crypto_helpers.h | ||
| psa_exercise_key.h | ||
| psa_helpers.h | ||
| random.h | ||
| ssl_helpers.h | ||
| threading_helpers.h | ||