mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-03 09:47:47 +00:00
Merge pull request #247 from valeriosetti/issue591-framework
Remove dirty fix for secp192 curves added in #570
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