From 5bbd36c860d95cc6b77b6761cd844378dda0ddd9 Mon Sep 17 00:00:00 2001 From: toddouska Date: Wed, 26 Mar 2014 14:47:26 -0700 Subject: [PATCH] update README for 2.9.2 --- README | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README b/README index e8c6c4965..d962aad96 100644 --- a/README +++ b/README @@ -35,7 +35,29 @@ before calling SSL_new(); Though it's not recommended. *** end Notes *** -CyaSSL Release 2.9.0 (02/07/2014) +CyaSSL Release 2.9.2 (03/26/2014) + +Release 2.9.2 CyaSSL has bug fixes and new features including: + +- Security fixes that address items reported by Ivan Fratric of the Google + Security Team +- X.509 Unknown critical extensions treated as errors, report by Suman Jana with + security researchers at UT Austin and UC Davis +- Sniffer fixes for corrupted packet length and Jumbo frames +- ARM thumb mode assembly fixes +- Xcode 5.1 support including new clang +- PIC32 MZ hardware support +- CyaSSL Object has enough room to read the Record Header now w/o allocs +- FIPS wrappers for AES, 3DES, SHA1, and SHA256. More to come... +- A sample I/O pool is demonstrated with --enable-iopool to overtake memory + handling and reduce memory fragmentation on I/O large sizes + +The CyaSSL manual is available at: +http://www.yassl.com/documentation/CyaSSL-Manual.pdf. For build instructions +and comments about the new features please check the manual. + + +************ CyaSSL Release 2.9.0 (02/07/2014) Release 2.9.0 CyaSSL has bug fixes and new features including: - Freescale Kinetis RNGB support