Correct ECP optimization params in baremetal_test.sh
This commit is contained in:
parent
c7c20817dc
commit
e6c3c7f52c
1 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,12 @@
|
||||||
/* We don't have Secp256r1 test CRTs at the moment. */
|
/* We don't have Secp256r1 test CRTs at the moment. */
|
||||||
#define MBEDTLS_ECP_DP_SECP384R1_ENABLED
|
#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. */
|
/* ssl_client2 and ssl_server2 use CTR-DRBG so far. */
|
||||||
#define MBEDTLS_CTR_DRBG_C
|
#define MBEDTLS_CTR_DRBG_C
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue