mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-11 06:28:17 +02:00
Correct ECP optimization params in baremetal_test.sh
This commit is contained in:
@@ -43,6 +43,12 @@
|
||||
/* We don't have Secp256r1 test CRTs at the moment. */
|
||||
#define MBEDTLS_ECP_DP_SECP384R1_ENABLED
|
||||
|
||||
/* Correct ECP configuration values */
|
||||
#undef MBEDTLS_ECP_MAX_BITS
|
||||
#undef MBEDTLS_MPI_MAX_SIZE
|
||||
#define MBEDTLS_ECP_MAX_BITS 384
|
||||
#define MBEDTLS_MPI_MAX_SIZE 48
|
||||
|
||||
/* ssl_client2 and ssl_server2 use CTR-DRBG so far. */
|
||||
#define MBEDTLS_CTR_DRBG_C
|
||||
|
||||
|
||||
Reference in New Issue
Block a user