mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-01 09:16:52 +08:00
In automatically generated PSA test cases, annotate the test cases that are expected to be never executed due to a dependency that is not implemented. This was already done for not-supported test cases and for key generation, but not for positive test cases of key usage. You can audit which mechanisms are detected as not-implemented with ``` grep -hEo 'DEPENDENCY_NOT_IMPLEMENTED_YET_\w+' tests/suites/*.data | sort -u ``` 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 | ||