File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
examples/protocols/esp_http_client Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -810,7 +810,7 @@ menu "mbedTLS"
810810
811811 config MBEDTLS_SSL_RENEGOTIATION
812812 bool "Support TLS renegotiation"
813- depends on MBEDTLS_TLS_ENABLED
813+ depends on MBEDTLS_TLS_ENABLED && MBEDTLS_SSL_PROTO_TLS1_2
814814 default y
815815 help
816816 The two main uses of renegotiation are (1) refresh keys on long-lived
Original file line number Diff line number Diff line change 1+ CONFIG_EXAMPLE_CONNECT_ETHERNET=y
2+ CONFIG_EXAMPLE_CONNECT_WIFI=n
3+ CONFIG_EXAMPLE_USE_INTERNAL_ETHERNET=y
4+ CONFIG_EXAMPLE_ETH_PHY_IP101=y
5+ CONFIG_EXAMPLE_ETH_MDC_GPIO=23
6+ CONFIG_EXAMPLE_ETH_MDIO_GPIO=18
7+ CONFIG_EXAMPLE_ETH_PHY_RST_GPIO=5
8+ CONFIG_EXAMPLE_ETH_PHY_ADDR=1
9+ CONFIG_EXAMPLE_CONNECT_IPV6=y
10+ CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH=y
11+ CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH=y
12+ CONFIG_EXAMPLE_HTTP_ENDPOINT="httpbin.espressif.cn"
13+ CONFIG_MBEDTLS_SSL_PROTO_TLS1_2=n
14+ CONFIG_MBEDTLS_SSL_PROTO_TLS1_3=y
You can’t perform that action at this time.
0 commit comments