aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Peskine <Gilles.Peskine@arm.com>2022-12-15 23:03:19 +0100
committerGilles Peskine <Gilles.Peskine@arm.com>2022-12-24 11:41:58 +0100
commit1efe7fd988558dd863b931abdb644ce4340f9888 (patch)
treeda5ca18a1de4b303920951826a9856b4639b64a3
parent7f7630c0fe259269da125379ab39656a359d9311 (diff)
downloadmbedtls-features/new-code-style/test/6844/old.zip
mbedtls-features/new-code-style/test/6844/old.tar.gz
mbedtls-features/new-code-style/test/6844/old.tar.bz2
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
-rwxr-xr-xtests/scripts/generate_psa_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/generate_psa_tests.py b/tests/scripts/generate_psa_tests.py
index 2ea3fd9..dcff50f 100755
--- a/tests/scripts/generate_psa_tests.py
+++ b/tests/scripts/generate_psa_tests.py
@@ -521,7 +521,7 @@ class StorageFormat:
key_type: psa_storage.Expr, bits: int,
alg: psa_storage.Expr
) -> bool:
- """Whether to the given key with the given algorithm.
+ """Whether to exercise the given key with the given algorithm.
Normally only the type and algorithm matter for compatibility, and
this is handled in crypto_knowledge.KeyType.can_do(). This function