From 6f90cdd4654dc8133b3ba0155b39a971a64ffcc9 Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Fri, 18 May 2012 12:43:56 -0600 Subject: [PATCH] update README for 2.2.0 release --- README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README b/README index 2767c3a5f..43f8896c1 100644 --- a/README +++ b/README @@ -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