8950f94ec7
Currently, esp-tls supports creation of SSL/TLS connection on the client side. This commit includes support for creating SSL/TLS connection on the server side.
9 lines
170 B
Text
9 lines
170 B
Text
menu "ESP-TLS"
|
|
|
|
config ESP_TLS_SERVER
|
|
bool "Enable ESP-TLS Server"
|
|
help
|
|
Enable support for creating server side SSL/TLS session
|
|
|
|
endmenu
|
|
|