mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-01 17:27:46 +08:00
In automatically generated PSA test cases, we detect cryptographic mechanisms that are not implemented, and skip the corresponding test cases. Originally this detection was intended for mechanisms for which the PSA_WANT symbols were not implemented, but then it morphed into skipping mechanisms that are declared in crypto_values.h but not actually implemented. So it no longer makes sense to skip the test cases for which a negative dependency (!PSA_WANT_xxx) is not implemented. This causes more not-supported test cases to run. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| asymmetric_key_data.py | ||
| build_tree.py | ||
| c_build_helper.py | ||
| c_parsing_helper.py | ||
| c_wrapper_generator.py | ||
| crypto_data_tests.py | ||
| crypto_knowledge.py | ||
| macro_collector.py | ||
| psa_information.py | ||
| psa_storage.py | ||
| test_case.py | ||
| test_data_generation.py | ||
| typing_util.py | ||