CyaSSL 0.6.2 review
DownloadCyaSSL package is a fast, dual-licensed implementation of SSL for embedded and small footprint devices
|
|
CyaSSL package is a fast, dual-licensed implementation of SSL for embedded and small footprint devices. It includes SSL client libraries and an SSL server implementation.
CyaSSL supports multiple APIs including an OpenSSL compatibility interface. TLS 1.1 is supported along with cipher suites for AES, 3DES, and RC4.
Installation:
To build on Linux, Solaris, *BSD, Mac OS X, or Cygwin:
./configure
make
from the ./testsuite/ directory run ./testsuite
to make a debug build:
./configure --enable-debug --disable-shared
make
What's New in This Release:
This release adds TLS 1.1, buffered input and big message support, better autoconf support, and nonblocking I/O for SSL accept, connect, and read.
CyaSSL 0.6.2 search tags