mirror of
https://github.com/espressif/openthread.git
synced 2026-09-02 23:30:07 +00:00
[nrf_security] remove inconsistency from nrf_security config file (#5265)
This commit is contained in:
@@ -653,15 +653,15 @@
|
||||
*
|
||||
* Comment macros to disable the curve and functions for it
|
||||
*/
|
||||
/* #undef MBEDTLS_ECP_DP_SECP192R1_ENABLED */
|
||||
/* #undef MBEDTLS_ECP_DP_SECP224R1_ENABLED */
|
||||
#define MBEDTLS_ECP_DP_SECP192R1_ENABLED
|
||||
#define MBEDTLS_ECP_DP_SECP224R1_ENABLED
|
||||
#define MBEDTLS_ECP_DP_SECP256R1_ENABLED
|
||||
/* #undef MBEDTLS_ECP_DP_SECP384R1_ENABLED */
|
||||
/* #undef MBEDTLS_ECP_DP_SECP521R1_ENABLED */
|
||||
/* #undef MBEDTLS_ECP_DP_SECP192K1_ENABLED */
|
||||
/* #undef MBEDTLS_ECP_DP_SECP224K1_ENABLED */
|
||||
/* #undef MBEDTLS_ECP_DP_SECP256K1_ENABLED */
|
||||
/* #undef MBEDTLS_ECP_DP_BP256R1_ENABLED */
|
||||
#define MBEDTLS_ECP_DP_SECP384R1_ENABLED
|
||||
#define MBEDTLS_ECP_DP_SECP521R1_ENABLED
|
||||
#define MBEDTLS_ECP_DP_SECP192K1_ENABLED
|
||||
#define MBEDTLS_ECP_DP_SECP224K1_ENABLED
|
||||
#define MBEDTLS_ECP_DP_SECP256K1_ENABLED
|
||||
#define MBEDTLS_ECP_DP_BP256R1_ENABLED
|
||||
/* #undef MBEDTLS_ECP_DP_BP384R1_ENABLED */
|
||||
/* #undef MBEDTLS_ECP_DP_BP512R1_ENABLED */
|
||||
/* #undef MBEDTLS_ECP_DP_CURVE25519_ENABLED */
|
||||
|
||||
Reference in New Issue
Block a user