mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-31 08:46:34 +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> |
||
|---|---|---|
| .. | ||
| data_files | ||
| mbedtls_dev | ||
| abi_check.py | ||
| apidoc_full.sh | ||
| assemble_changelog.py | ||
| bump_version.sh | ||
| ci.requirements.txt | ||
| code_style.py | ||
| config.pl | ||
| config.py | ||
| ecc-heap.sh | ||
| footprint.sh | ||
| generate_errors.pl | ||
| generate_features.pl | ||
| generate_psa_constants.py | ||
| generate_query_config.pl | ||
| generate_visualc_files.pl | ||
| lcov.sh | ||
| maintainer.requirements.txt | ||
| massif_max.pl | ||
| memory.sh | ||
| min_requirements.py | ||
| output_env.sh | ||
| rename.pl | ||
| tmp_ignore_makefiles.sh | ||
| windows_msbuild.bat | ||