Skip to content

Commit

Permalink
The MbedTLS ECP Curves are used for device provisioning. Adding them …
Browse files Browse the repository at this point in the history
…back in to see if the binary will still fit with them
  • Loading branch information
Skptak committed Jan 26, 2024
1 parent 98121dd commit 197d4cf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,3 @@ CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS=n
CONFIG_MBEDTLS_TLS_CLIENT=y
CONFIG_MBEDTLS_TLS_ENABLED=y

# Disable MbedTLS unused curves
CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED=n
CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED=n
CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED=n
CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED=n
CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED=n
CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED=n

0 comments on commit 197d4cf

Please sign in to comment.