feat(esp-wolfssl): add esp-wolfssl component

It is from original component "ssl".
This commit is contained in:
Dong Heng
2019-11-28 19:07:07 +08:00
parent eb9c327688
commit 19529e4f35
48 changed files with 14319 additions and 2 deletions

View File

@ -9,7 +9,6 @@ menu "ESP-TLS"
config ESP_TLS_USING_MBEDTLS
bool "mbedTLS"
config ESP_TLS_USING_WOLFSSL
depends on TLS_STACK_WOLFSSL
bool "wolfSSL (License info in wolfSSL directory README)"
endchoice