From a261827ae0ad6e33b3b8eef6dbbc9cb4f6c1b99f Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Fri, 20 Sep 2024 16:09:40 +0530 Subject: [PATCH] fix(esp-tls): Remove unused config option from esp-wolfssl --- components/esp-tls/Kconfig | 9 --------- 1 file changed, 9 deletions(-) diff --git a/components/esp-tls/Kconfig b/components/esp-tls/Kconfig index 297a357b6d..8ccd90f53f 100644 --- a/components/esp-tls/Kconfig +++ b/components/esp-tls/Kconfig @@ -100,15 +100,6 @@ menu "ESP-TLS" with a server which has a fake identity, provided that the server certificate is not provided either through API or other mechanism like ca_store etc. - config ESP_WOLFSSL_SMALL_CERT_VERIFY - bool "Enable SMALL_CERT_VERIFY" - depends on ESP_TLS_USING_WOLFSSL - default y - help - Enables server verification with Intermediate CA cert, does not authenticate full chain - of trust upto the root CA cert (After Enabling this option client only needs to have Intermediate - CA certificate of the server to authenticate server, root CA cert is not necessary). - config ESP_DEBUG_WOLFSSL bool "Enable debug logs for wolfSSL" depends on ESP_TLS_USING_WOLFSSL