Skip to content

Commit a261827

Browse files
fix(esp-tls): Remove unused config option from esp-wolfssl
1 parent 564d777 commit a261827

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

components/esp-tls/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,6 @@ menu "ESP-TLS"
100100
with a server which has a fake identity, provided that the server certificate
101101
is not provided either through API or other mechanism like ca_store etc.
102102

103-
config ESP_WOLFSSL_SMALL_CERT_VERIFY
104-
bool "Enable SMALL_CERT_VERIFY"
105-
depends on ESP_TLS_USING_WOLFSSL
106-
default y
107-
help
108-
Enables server verification with Intermediate CA cert, does not authenticate full chain
109-
of trust upto the root CA cert (After Enabling this option client only needs to have Intermediate
110-
CA certificate of the server to authenticate server, root CA cert is not necessary).
111-
112103
config ESP_DEBUG_WOLFSSL
113104
bool "Enable debug logs for wolfSSL"
114105
depends on ESP_TLS_USING_WOLFSSL

0 commit comments

Comments
 (0)