release README update

This commit is contained in:
toddouska 2015-02-23 13:04:23 -08:00
parent 9e2c02d47a
commit bbe4a3815f

27
README
View File

@ -34,13 +34,30 @@ before calling SSL_new(); Though it's not recommended.
*** end Notes ***
CyaSSL Release 3.3.2 (01/07/2015)
wolfSSL (Formerly CyaSSL) Release 3.4.0 (02/23/2015)
Release 3.3.2 CyaSSL has bug fixes and new features including:
Release 3.4.0 wolfSSL has bug fixes and new features including:
- Improvements in the build configuration under AIX.
- Various compile warnings.
- Changed a memcpy to memmove in the sniffer.
- wolfSSL API and wolfCrypt API, you can still include the cyassl and ctaocrypt
headers which will enable the compatibility APIs for the foreseeable future
- Example use of the wolfCrypt API can be found in wolfcrypt/test/test.c
- Example use of the wolfSSL API can be found in examples/client/client.c
- Curve25519 now supported at the wolfCrypt level, wolfSSL layer coming soon
- Improvements in the build configuration under AIX
- Microchip Pic32 MZ updates
- TIRTOS updates
- PowerPC updates
- Xcode project update
- Bidirectional shutdown examples in client/server with -w (wait for full
shutdown) option
- Cycle counts on benchmarks for x86_64, more coming soon
- ALT_ECC_SIZE for reducing ecc heap use with fastmath when also using large RSA
keys
- Various compile warnings
- Scan-build warning fixes
- Changed a memcpy to memmove in the sniffer (if using sniffer please update)
- No high level security fixes that requires an update though we always
recommend updating to the latest
***********CyaSSL Release 3.3.0 (12/05/2014)