mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2026-07-15 14:35:24 +00:00
For each declared key type, generate test cases for psa_import_key and psa_generate_key when the corresponding type is not supported. Some special cases: * Public keys can never be generated. * Omit key types that Mbed TLS does not support at all. * ECC and FFDH, which depend on a curve/group, are not covered yet. The generated test cases are written to tests/suites/test_suite_psa_crypto_not_supported.generated.data . Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> |
||
|---|---|---|
| .. | ||
| .jenkins | ||
| configs | ||
| data_files | ||
| docker/bionic | ||
| git-scripts | ||
| include/test | ||
| scripts | ||
| src | ||
| suites | ||
| .gitignore | ||
| CMakeLists.txt | ||
| compat-in-docker.sh | ||
| compat.sh | ||
| context-info.sh | ||
| Descriptions.txt | ||
| make-in-docker.sh | ||
| Makefile | ||
| ssl-opt-in-docker.sh | ||
| ssl-opt.sh | ||