Skip to content

Commit

Permalink
I believe that these MbedTLS configs are needed for initial device pr…
Browse files Browse the repository at this point in the history
…ovisioning, going to leave them in and see if the binary is still small enough
  • Loading branch information
Skptak committed Jan 26, 2024
1 parent fd5869c commit a42f996
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,3 @@ CONFIG_MBEDTLS_TLS_SERVER=n
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 a42f996

Please sign in to comment.