Topic: CyaSSL 2.2.0 is Now Available
Hi,
Version 2.2.0 of the CyaSSL embedded SSL/TLS library has been released and is now available for download. This release contains bug fixes, feature enhancements, and is a recommended update for all users. Changes include:
- Initial CRL (Certificate Revocation Lists) support with --enable-crl
- Initial OCSP (Online Certificate Status Protocol) support with --enable-ocsp
- Static ECDH suites including:
TLS_ECDH_RSA_WITH_AES_256_CBC_SHA
TLS_ECDH_RSA_WITH_AES_128_CBC_SHA
TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA
TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA
TLS_ECDH_RSA_WITH_RC4_128_SHA
TLS_ECDH_ECDSA_WITH_RC4_128_SHA
TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA
TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA
- SHA-384 support
- ECC client certificate support
For more information on CRL checkout: http://en.wikipedia.org/wiki/Certificat … ation_list. More details on OCSP can be found here: http://en.wikipedia.org/wiki/Online_Cer … s_Protocol. The example/client has basic usage and the full API will be available in the manual. The addition of SHA-384 support makes CyaSSL even more compatible with other SSL implementations such as OpenSSL.
To download the open source, GPLv2-licensed version of CyaSSL 2.2.0, please visit our Download Page (http://yassl.com/yaSSL/download/downloadForm.php). If you have any questions or comments or would like more information on commercial versions of CyaSSL, please contact us at info@yassl.com.
For build instructions, a full feature list, API reference, and more, please see the CyaSSL Manual (http://www.yassl.com/yaSSL/Docs-cyassl-manual-toc.html).
Thanks,
Team yaSSL