All releases of CyaSSL


Release Notes: Initial CRL and OCSP support, static ECDH suites, SHA-384, medium session cache size, updated unit tests, protection against mutex reinitialization, and more.


Release Notes: This release 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.


Release Notes: This release 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.


Release Notes: This release has bugfixes (Alerts, DTLS with DHE) and a few new features, including FreeRTOS support, lwIP support, removed Wshadow warnings, and asn public header -CTaoCrypt public headers which now all have the ctc_ prefix. This is the second and perhaps final release candidate for version 2.


Release Notes: This release 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.


Release Notes: Bugfixes, better multi TLS/SSL version support through SSLv23_server_method(), and new documentation in doc/.


Release Notes: This release has bugfixes and session negotiation when first use is read or write.


Release Notes: This release adds bugfixes, a check against malicious session cache use, support for lighttpd, and TLS 1.2.


Release Notes: This release has bugfixes, an improved session cache, and faster math with a huge code option. The session cache now defaults to a client mode, which is 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.


Release Notes: Bugs were fixed. Increased OpenSSL compatibility support was added for building other applications. This release includes an alpha release of DTLS for both client and servers. This is only for testing purposes at this time. Rebroadcast and reordering aren't fully implemented at this time.