February 7th, 2013· This version includes bugfixes, a fix for the "Lucky 13" TLS CBC padding timing attack, Microchip PIC32 support, MPLAB X example project files for the PIC32 Ethernet Starter Kit, an updated CTaoCrypt benchmark app for embedded systems, 1024-bit test certs/keys and cert/key buffers, AES-CCM-8 crypto and cipher suites, Camellia crypto and cipher suites, OCSP callbacks, STM32F2 support with hardware crypto and RNG, and Cavium NITROX support.
December 27th, 2012· This version adds ECC, LeanPSK, CyaSSL_peek(), CodeWarrior, and MQX support, Freescale Kinetis with H/W RNG support, autoconf builds which use jobserver, and more.
October 12th, 2012· This version adds bugfixes and a few new features, including DTLS reliability, reduced memory usage after handshake, and an updated build process.
January 31st, 2012· This version has bugfixes and a few new features, including fixes for CA basis constraint checks, CTX reference counting, initial unit test additions, a Lean and Mean Windows fix, ECC benchmarking, SSMTP build support, the ability to group handshake messages with set_group_messages(ctx/ssl), CA cache addition callbacks, and exportation of Base64_Encode for general use.
October 13th, 2011· This version has bugfixes and a few new features, including updated autoconf support, better "make install" and "uninstall" (using system directories), "make test"/"make check", and a new CyaSSL and CTaoCrypt header structure.
March 4th, 2011· This version adds bugfixes, improved TLSv1.2 through testing and better hash/sig algo ids, an --enable-webServer build option for the yaSSL embedded Web server, improper AES key setup detection, user cert verify callback improvements, and more.
February 23rd, 2010· Release 1.4.0 contains bug fixes, better support for multi TLS/SSL version support through SSLv23_server_method(), and new documentation in doc/.
September 4th, 2009· This release adds bugfixes, a check against malicious session cache use, support for lighttpd, and TLS 1.2.
August 6th, 2009· Release 1.0.6 for CyaSSL adds bug fixes, an improved session cache, and faster math with a huge code option.
· The session cache now defaults to a client mode, also good for embedded servers. For servers not under heavy load (less than 200 new sessions per minute), define BIG_SESSION_CACHE. If the server will be under heavy load, define HUGE_SESSION_CACHE.
· There is now a fasthugemath option for configure. This enables fastmath plus even faster math by greatly increasing the code size of the math library. Use the benchmark utility to compare public key operations.
May 11th, 2009· Release 1.0.3 for CyaSSL adds bug fixes and increases OpenSSL compatibility support for building other applications.
January 27th, 2009· This release candidate fixes bugs and adds two new stream ciphers (HC-128 and RABBIT) along with their respective cipher suites.
December 23rd, 2008· This release candidate contains major internal changes.
· Several areas have optimization improvements, less dynamic memory use, and the I/O strategy has been refactored to allow alternate I/O handling or Library use.