mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Components that accelerate an algorithm that uses hashing internally (such as deterministic ECDSA and RSA-PSS) need the hash algorithms available in libtestdriver1. Previously, the omission of SHA-3 in tests/include/test/drivers/crypto_config_test_driver_extension.h meant it was enabled in libtestdriver1 when not requesting its acceleration, and disabled when requesting it. Adding it in a previous commit fixed the components that asked it accelerated, but broke the component that didn't ask for it but still needed it. Fix those components by explicitly requesting SHA-3 as we already do for the other hash algorithms that are require for the same reason. Note: this broke test_suite_psa_crypto_storage_format.v0 which is apparently the only place exercising signatures with SHA-3. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> |
||
|---|---|---|
| .. | ||
| all-in-docker.sh | ||
| all.sh | ||
| analyze_outcomes.py | ||
| audit-validity-dates.py | ||
| basic-build-test.sh | ||
| basic-in-docker.sh | ||
| check-doxy-blocks.pl | ||
| check-generated-files.sh | ||
| check-python-files.sh | ||
| check_files.py | ||
| check_names.py | ||
| check_test_cases.py | ||
| depends.py | ||
| docker_env.sh | ||
| doxygen.sh | ||
| gen_ctr_drbg.pl | ||
| gen_gcm_decrypt.pl | ||
| gen_gcm_encrypt.pl | ||
| gen_pkcs1_v21_sign_verify.pl | ||
| generate-afl-tests.sh | ||
| generate_bignum_tests.py | ||
| generate_ecp_tests.py | ||
| generate_pkcs7_tests.py | ||
| generate_psa_tests.py | ||
| generate_test_cert_macros.py | ||
| generate_test_code.py | ||
| generate_tls13_compat_tests.py | ||
| list-identifiers.sh | ||
| list_internal_identifiers.py | ||
| psa_collect_statuses.py | ||
| recursion.pl | ||
| run-test-suites.pl | ||
| scripts_path.py | ||
| set_psa_test_dependencies.py | ||
| tcp_client.pl | ||
| test-ref-configs.pl | ||
| test_config_script.py | ||
| test_generate_test_code.py | ||
| test_psa_compliance.py | ||
| test_psa_constant_names.py | ||
| test_zeroize.gdb | ||
| translate_ciphers.py | ||
| travis-log-failure.sh | ||