Skip to content

Commit 4d6e2cd

Browse files
authored
Merge pull request #247 from valeriosetti/issue591-framework
Remove dirty fix for secp192 curves added in #570
2 parents f58263d + e3f4268 commit 4d6e2cd

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)