1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-09-11 05:52:31 +03:00

Added axtlswrap

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@161 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich
2009-09-25 11:52:55 +00:00
parent 629b523044
commit 6f4efb3e57
8 changed files with 467 additions and 8 deletions

View File

@@ -107,6 +107,14 @@ config CONFIG_AXHTTPD
help
Build the AXHTTPD web server
config CONFIG_AXTLSWRAP
depends on !CONFIG_PLATFORM_WIN32
bool "Enable axtlswrap"
default n
help
axtlswrap is similar to sslwrap - http://www.rickk.com/sslwrap.
It enables SSL for processes that don't have native SSL support.
source httpd/Config.in
source bindings/Config.in
source samples/Config.in