mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 17:15:44 +01:00
f8b6b503b4
The test suite test_suite_psa_crypto_op_fail now runs a large number of automatically generated test cases which attempt to perform a one-shot operation or to set up a multi-part operation with invalid parameters. The following cases are fully covered (based on the enumeration of valid algorithms and key types): * An algorithm is not supported. * The key type is not compatible with the algorithm (for operations that use a key). * The algorithm is not compatible for the operation. Some test functions allow the library to return PSA_ERROR_NOT_SUPPORTED where the test code generator expects PSA_ERROR_INVALID_ARGUMENT or vice versa. This may be refined in the future. Some corner cases with algorithms combining a key agreement with a key derivation are not handled properly. This will be fixed in follow-up commits. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> |
||
---|---|---|
.. | ||
all-in-docker.sh | ||
all.sh | ||
analyze_outcomes.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 | ||
curves.pl | ||
depends-hashes.pl | ||
depends-pkalgs.pl | ||
docker_env.sh | ||
doxygen.sh | ||
gen_ctr_drbg.pl | ||
gen_gcm_decrypt.pl | ||
gen_gcm_encrypt.pl | ||
gen_pkcs1_v21_sign_verify.pl | ||
generate_psa_tests.py | ||
generate_test_code.py | ||
generate-afl-tests.sh | ||
key-exchanges.pl | ||
list_internal_identifiers.py | ||
list-identifiers.sh | ||
psa_collect_statuses.py | ||
recursion.pl | ||
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 | ||
travis-log-failure.sh |