mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-31 00:37:08 +08:00
Most of them (2 exceptions, see below) are of the "driver + built-in" type, so they're all a subset of test_psa_crypto_driver which tests everything with driver + built-in at once. Furthermore, all those components were build-only, while test_psa_crypto_driver runs the test suites. Special cases: two of the components looked like they were trying to go for driver-only (ecdh disabling ECDH_C and hkdf disabling HKDF_C). For ECDH, built-in would actually be re-enabled because not enough was accelerated: you also need ECC key types and curves - see component_test_psa_crypto_config_accel_ecdh which does this correctly. For HKDF, we don't have test driver support for key derivation yet. I guess that shows how little testing value these build-only components really had. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> |
||
|---|---|---|
| .. | ||
| quiet | ||
| all-in-docker.sh | ||
| all.sh | ||
| analyze_outcomes.py | ||
| audit-validity-dates.py | ||
| basic-build-test.sh | ||
| basic-in-docker.sh | ||
| check_files.py | ||
| check_names.py | ||
| check_test_cases.py | ||
| check-doxy-blocks.pl | ||
| check-generated-files.sh | ||
| check-python-files.sh | ||
| 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_bignum_tests.py | ||
| generate_ecp_tests.py | ||
| generate_pkcs7_tests.py | ||
| generate_psa_tests.py | ||
| generate_psa_wrappers.py | ||
| generate_server9_bad_saltlen.py | ||
| generate_test_cert_macros.py | ||
| generate_test_code.py | ||
| generate_tls13_compat_tests.py | ||
| generate-afl-tests.sh | ||
| list_internal_identifiers.py | ||
| list-identifiers.sh | ||
| psa_collect_statuses.py | ||
| recursion.pl | ||
| run_demos.py | ||
| run-metatests.sh | ||
| run-test-suites.pl | ||
| scripts_path.py | ||
| set_psa_test_dependencies.py | ||
| tcp_client.pl | ||
| test_config_script.py | ||
| test_generate_test_code.py | ||
| test_psa_compliance.py | ||
| test_psa_constant_names.py | ||
| test_zeroize.gdb | ||
| test-ref-configs.pl | ||
| translate_ciphers.py | ||
| travis-log-failure.sh | ||