Skip to content

Commit e3f4268

Browse files
committed
scripts: generate_test_keys: skip secp192 curves in tf-psa-crypto
Their support has been removed from tf-psa-crypto. Keep them only for the 3.6 branch. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
1 parent f58263d commit e3f4268

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/generate_test_keys.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ def main() -> None:
179179
# tf-psa-crypto. It only remains available for 3.6 LTS branch.
180180
if not build_tree.is_mbedtls_3_6():
181181
del EC_NAME_CONVERSION['PSA_ECC_FAMILY_SECP_R1'][224]
182+
del EC_NAME_CONVERSION['PSA_ECC_FAMILY_SECP_R1'][192]
183+
del EC_NAME_CONVERSION['PSA_ECC_FAMILY_SECP_K1'][192]
182184

183185
arrays, look_up_table = collect_keys()
184186

0 commit comments

Comments
 (0)