mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-14 14:19:55 +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.
|
# tf-psa-crypto. It only remains available for 3.6 LTS branch.
|
||||||
if not build_tree.is_mbedtls_3_6():
|
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'][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()
|
arrays, look_up_table = collect_keys()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user