CyaSSL 0.6.2 review

Download
by rbytes.net on

CyaSSL package is a fast, dual-licensed implementation of SSL for embedded and small footprint devices

License: GPL (GNU General Public License)
File size: 569K
Developer: CyaSSL Team
0 stars award from rbytes.net

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