mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
Merge branch 'feature/enable_cfg_for_tls_asymmetric_content_length_v4.0' into 'release/v4.0'
mbedtls: keep asymmetric tls buffer length option enabled by default (v4.0) See merge request espressif/esp-idf!5970
This commit is contained in:
@ -57,7 +57,7 @@ menu "mbedTLS"
|
||||
|
||||
config MBEDTLS_ASYMMETRIC_CONTENT_LEN
|
||||
bool "Asymmetric in/out fragment length"
|
||||
default n
|
||||
default y
|
||||
help
|
||||
If enabled, this option allows customizing TLS in/out fragment length
|
||||
in asymmetric way. Please note that enabling this with default values
|
||||
|
Reference in New Issue
Block a user