Merge branch 'feat/adding_hidden_config_for_dynamic_buffer_control_configuration_v5.3' into 'release/v5.3'

feat(esp_tls): Added hidden config in esp-tls for dynamic buffer strategy configuration (v5.3)

See merge request espressif/esp-idf!40267
This commit is contained in:
Jiang Jiang Jian
2025-07-02 10:22:58 +08:00

View File

@@ -115,4 +115,20 @@ menu "ESP-TLS"
help help
Enable detailed debug prints for wolfSSL SSL library. Enable detailed debug prints for wolfSSL SSL library.
config ESP_TLS_OCSP_CHECKALL
bool "Enabled full OCSP checks for ESP-TLS"
depends on ESP_TLS_USING_WOLFSSL
default y
help
Enable a fuller set of OCSP checks: checking revocation status of intermediate certificates,
optional fallbacks to CRLs, etc.
config ESP_TLS_DYN_BUF_STRATEGY_SUPPORTED
bool
default y
help
Enable support for dynamic buffer strategy for ESP-TLS. This is the hidden config option kept
for external components like OTA, to find out whether the dynamic buffer strategy is supported
for particular ESP-IDF version.
endmenu endmenu