mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 13:20:39 +00:00
mbedtls: disable unused elliptic curves
This commit is contained in:
parent
21931e38aa
commit
4f4918761b
22
3rd-party/mbedtls/include/mbedtls/config.h
vendored
22
3rd-party/mbedtls/include/mbedtls/config.h
vendored
@ -414,18 +414,18 @@
|
||||
*
|
||||
* Comment macros to disable the curve and functions for it
|
||||
*/
|
||||
#define MBEDTLS_ECP_DP_SECP192R1_ENABLED
|
||||
#define MBEDTLS_ECP_DP_SECP224R1_ENABLED
|
||||
// #define MBEDTLS_ECP_DP_SECP192R1_ENABLED
|
||||
// #define MBEDTLS_ECP_DP_SECP224R1_ENABLED
|
||||
#define MBEDTLS_ECP_DP_SECP256R1_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
|
||||
#define MBEDTLS_ECP_DP_BP384R1_ENABLED
|
||||
#define MBEDTLS_ECP_DP_BP512R1_ENABLED
|
||||
#define MBEDTLS_ECP_DP_CURVE25519_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
|
||||
// #define MBEDTLS_ECP_DP_BP384R1_ENABLED
|
||||
// #define MBEDTLS_ECP_DP_BP512R1_ENABLED
|
||||
// #define MBEDTLS_ECP_DP_CURVE25519_ENABLED
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_ECP_NIST_OPTIM
|
||||
|
Loading…
x
Reference in New Issue
Block a user