Description
CyaSSL is an open source and commercial iplementation of SSL for small footprint and embedded devices.
CyaSSL supports multiple APIs, TLS 1.1, as well as cipher suites for 3DES, RC4 and AES.
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
User Reviews for CyaSSL FOR LINUX 1
-
CyaSSL FOR LINUX is perfect for embedded devices. Easy to implement with support for TLS 1.1 and multiple cipher suites.