mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03: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
|
||||
bool "Support TLS renegotiation"
|
||||
depends on MBEDTLS_TLS_ENABLED
|
||||
depends on MBEDTLS_TLS_ENABLED && MBEDTLS_SSL_PROTO_TLS1_2
|
||||
default y
|
||||
help
|
||||
The two main uses of renegotiation are (1) refresh keys on long-lived
|
||||
|
||||
Reference in New Issue
Block a user