update README for 2.2.0 release

This commit is contained in:
Chris Conlon 2012-05-18 12:43:56 -06:00
parent 2806c995a8
commit 6f90cdd465

10
README
View File

@ -37,7 +37,15 @@ before calling SSL_new(); Though it's not recommended.
CyaSSL Release 2.2.0 (5/18/2012)
Release 2.2.0 CyaSSL has bug fixes and a few new features including:
-
- Initial CRL support (--enable-crl)
- Initial OCSP support (--enable-ocsp)
- Add static ECDH suites
- SHA-384 support
- Add example ECC client certificate
- Add medium session cache size (1055 sessions)
- Updated unit tests
- Protection against mutex reinitialization
The CyaSSL manual is available at:
http://www.yassl.com/documentation/CyaSSL-Manual.pdf. For build instructions