Skip to content

Commit 6578a37

Browse files
committed
Disable new TLS optimization
It precomputes values and stores the table in flash.
1 parent 051ad46 commit 6578a37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ports/espressif/esp-idf-config/sdkconfig.defaults

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384
3737

3838
#
3939
# Wi-Fi
40-
40+
#
4141
# CONFIG_ESP_WIFI_NVS_ENABLED is not set
4242
# end of Wi-Fi
4343

@@ -99,6 +99,7 @@ CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
9999
# CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED is not set
100100
# CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED is not set
101101
# CONFIG_MBEDTLS_ECP_NIST_OPTIM is not set
102+
# CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM is not set
102103
# end of mbedTLS
103104

104105
#

0 commit comments

Comments
 (0)