mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix: enable SECP_R1_192 curve for ESP-TEE
This commit is contained in:
committed by
Mahavir Jain
parent
49876a19f7
commit
12368d65bb
@@ -79,6 +79,7 @@
|
||||
#define MBEDTLS_ECP_VERIFY_ALT
|
||||
#endif
|
||||
|
||||
#define PSA_WANT_ECC_SECP_R1_192 1
|
||||
#undef PSA_WANT_ECC_SECP_K1_192
|
||||
#undef PSA_WANT_ECC_SECP_K1_256
|
||||
#undef PSA_WANT_ECC_SECP_R1_224
|
||||
|
||||
Reference in New Issue
Block a user