mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-06-06 05:25:18 +00:00
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>
This commit is contained in:
@@ -179,6 +179,8 @@ def main() -> None:
|
||||
# tf-psa-crypto. It only remains available for 3.6 LTS branch.
|
||||
if not build_tree.is_mbedtls_3_6():
|
||||
del EC_NAME_CONVERSION['PSA_ECC_FAMILY_SECP_R1'][224]
|
||||
del EC_NAME_CONVERSION['PSA_ECC_FAMILY_SECP_R1'][192]
|
||||
del EC_NAME_CONVERSION['PSA_ECC_FAMILY_SECP_K1'][192]
|
||||
|
||||
arrays, look_up_table = collect_keys()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user