mbedtls: add secp128r1, cf 996ed197fb

This commit is contained in:
Philippe Teuwen 2021-05-14 11:05:11 +02:00
commit 07a62da2d9
7 changed files with 55 additions and 4 deletions

View file

@ -767,6 +767,7 @@
* Comment macros to disable the curve and functions for it
*/
/* Short Weierstrass curves (supporting ECP, ECDH, ECDSA) */
#define MBEDTLS_ECP_DP_SECP128R1_ENABLED
#define MBEDTLS_ECP_DP_SECP192R1_ENABLED
#define MBEDTLS_ECP_DP_SECP224R1_ENABLED
#define MBEDTLS_ECP_DP_SECP256R1_ENABLED