mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
fix: Fixed build errors with TLS 1.3 only configuration
This commit is contained in:
committed by
Mahavir Jain
parent
2c9ab21629
commit
b577f659cd
@ -810,7 +810,7 @@ menu "mbedTLS"
|
|||||||
|
|
||||||
config MBEDTLS_SSL_RENEGOTIATION
|
config MBEDTLS_SSL_RENEGOTIATION
|
||||||
bool "Support TLS renegotiation"
|
bool "Support TLS renegotiation"
|
||||||
depends on MBEDTLS_TLS_ENABLED
|
depends on MBEDTLS_TLS_ENABLED && MBEDTLS_SSL_PROTO_TLS1_2
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
The two main uses of renegotiation are (1) refresh keys on long-lived
|
The two main uses of renegotiation are (1) refresh keys on long-lived
|
||||||
|
14
examples/protocols/esp_http_client/sdkconfig.ci.tls13_only
Normal file
14
examples/protocols/esp_http_client/sdkconfig.ci.tls13_only
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
CONFIG_EXAMPLE_CONNECT_ETHERNET=y
|
||||||
|
CONFIG_EXAMPLE_CONNECT_WIFI=n
|
||||||
|
CONFIG_EXAMPLE_USE_INTERNAL_ETHERNET=y
|
||||||
|
CONFIG_EXAMPLE_ETH_PHY_IP101=y
|
||||||
|
CONFIG_EXAMPLE_ETH_MDC_GPIO=23
|
||||||
|
CONFIG_EXAMPLE_ETH_MDIO_GPIO=18
|
||||||
|
CONFIG_EXAMPLE_ETH_PHY_RST_GPIO=5
|
||||||
|
CONFIG_EXAMPLE_ETH_PHY_ADDR=1
|
||||||
|
CONFIG_EXAMPLE_CONNECT_IPV6=y
|
||||||
|
CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH=y
|
||||||
|
CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH=y
|
||||||
|
CONFIG_EXAMPLE_HTTP_ENDPOINT="httpbin.espressif.cn"
|
||||||
|
CONFIG_MBEDTLS_SSL_PROTO_TLS1_2=n
|
||||||
|
CONFIG_MBEDTLS_SSL_PROTO_TLS1_3=y
|
Reference in New Issue
Block a user