We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461cae9 commit ae6fd70Copy full SHA for ae6fd70
patches/no_ECP_DP_SECP256R1.diff
@@ -0,0 +1,12 @@
1
+diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h
2
+index 35921412c6e6..d3abe4007b83 100644
3
+--- a/include/mbedtls/mbedtls_config.h
4
++++ b/include/mbedtls/mbedtls_config.h
5
+@@ -759,7 +759,6 @@
6
+ /* Short Weierstrass curves (supporting ECP, ECDH, ECDSA) */
7
+ #define MBEDTLS_ECP_DP_SECP192R1_ENABLED
8
+ #define MBEDTLS_ECP_DP_SECP224R1_ENABLED
9
+-#define MBEDTLS_ECP_DP_SECP256R1_ENABLED
10
+ #define MBEDTLS_ECP_DP_SECP384R1_ENABLED
11
+ #define MBEDTLS_ECP_DP_SECP521R1_ENABLED
12
+ #define MBEDTLS_ECP_DP_SECP192K1_ENABLED
0 commit comments