yasslEWS-1.0

所属分类:嵌入式/单片机/硬件编程
开发工具:C/C++
文件大小:247KB
下载次数:3
上传日期:2013-11-29 08:41:20
上 传 者stephen1w
说明:  嵌入式支持SSL/TSL的WEB Server,小巧,轻量.
(This is the third release of the yaSSL Embedded Web Server. Changes in this release include bug fixes, updated CyaSSL support, iOS (Apple TV) build support, better Windows build support, CGI and SSI extension pattern matching and more. )

文件列表:
yasslEWS-1.0 (0, 2012-08-21)
yasslEWS-1.0\doc (0, 2012-05-16)
yasslEWS-1.0\doc\yasslEWS-Manual.pdf (198585, 2012-05-21)
yasslEWS-1.0\examples (0, 2012-05-21)
yasslEWS-1.0\examples\php_test.php (742, 2012-05-17)
yasslEWS-1.0\examples\ssi_exec.shtml (616, 2012-05-17)
yasslEWS-1.0\examples\ssi_include.shtml (662, 2012-05-17)
yasslEWS-1.0\examples\test.c (1150, 2012-05-17)
yasslEWS-1.0\favicon.ico (1406, 2012-05-16)
yasslEWS-1.0\index.html (1433, 2012-05-17)
yasslEWS-1.0\main.c (16208, 2012-05-16)
yasslEWS-1.0\Makefile (6121, 2012-05-21)
yasslEWS-1.0\server.pem (2534, 2012-05-16)
yasslEWS-1.0\win32 (0, 2012-03-11)
yasslEWS-1.0\win32\dll.def (210, 2012-03-11)
yasslEWS-1.0\win32\res.rc (35, 2012-03-11)
yasslEWS-1.0\win32\ssl_cert.pem (2992, 2012-03-11)
yasslEWS-1.0\win32\systray.ico (1078, 2012-03-11)
yasslEWS-1.0\yassl.png (14181, 2012-05-16)
yasslEWS-1.0\yasslEWS.1 (5112, 2012-05-21)
yasslEWS-1.0\yasslEWS.c (135916, 2012-05-17)
yasslEWS-1.0\yasslEWS.conf (1156, 2012-05-21)
yasslEWS-1.0\yasslEWS.h (10219, 2012-05-16)

yaSSL Embedded Web Server Release 1.0 (8/21/2012) This is the third release of the yaSSL Embedded Web Server (yasslEWS). Changes in Release 1.0 include: - Bug fixes - Updated CyaSSL support - iOS (Apple TV) build support - Better Windows build support - CGI and SSI extension pattern matching - Addition of /examples directory The manuals for CyaSSL and yasslEWS are available at: http://www.yassl.com/documentation/CyaSSL-Manual.pdf http://www.yassl.com/documentation/yasslEWS-Manual.pdf For build instructions please see below. ************* yaSSL Embedded Web Server Release 0.2 (2/4/2011) This is the second release of the yaSSL Embedded Web Server (yasslEWS). To build, type make and look for your platform, then type make again followed by your platform, e.g. $make make (linux|bsd|solaris|mac|windows|mingw) $make mac In order to use SSL you will need to have the CyaSSL libraries available at run-time. SSL isn't required, the Web Server can be used without a secure port. To build CyaSSL: 1) Download CyaSSL from http://yassl.com/yaSSL/Download.html 2) Unpack it, unzip -a cyassl-version.zip 3) configure it to use shared libraries and OpenSSL extra layer ./configure --disable-static --enable-opensslExtra 4) make it make 5) Install it sudo make install The CyaSSL libraries will now be available in /usr/local/cyassl/lib . To make sure the loader can find them you'll need to set the path. Linux: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cyassl/lib Mac: export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/usr/local/cyassl/lib Then, to start the web server with both insecure and secure ports issue: ./yasslEWS -s server.pem -p 8080,8081s -e error.txt Any errors will be available in error.txt. Please see the manual in the doc/ directory for more information.

近期下载者

相关文件


收藏者