We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74c36f7 + 9c151bc commit 9f5c9c7Copy full SHA for 9f5c9c7
components/esp-tls/Kconfig
@@ -114,4 +114,12 @@ menu "ESP-TLS"
114
Enable a fuller set of OCSP checks: checking revocation status of intermediate certificates,
115
optional fallbacks to CRLs, etc.
116
117
+ config ESP_TLS_DYN_BUF_STRATEGY_SUPPORTED
118
+ bool
119
+ default y
120
+ help
121
+ Enable support for dynamic buffer strategy for ESP-TLS. This is the hidden config option kept
122
+ for external components like OTA, to find out whether the dynamic buffer strategy is supported
123
+ for particular ESP-IDF version.
124
+
125
endmenu
0 commit comments