mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
2.0.8 release
This commit is contained in:
19
README
19
README
@@ -34,7 +34,24 @@ before calling SSL_new(); Though it's not recommended.
|
|||||||
|
|
||||||
*** end Note ***
|
*** end Note ***
|
||||||
|
|
||||||
CyaSSL Release 2.0.6 (1/27/2012)
|
CyaSSL Release 2.0.8 (2/24/2012)
|
||||||
|
|
||||||
|
Release 2.0.8 CyaSSL has bug fixes and a few new features including:
|
||||||
|
- A fix for malicious certificates pointed out by Remi Gacogne (thanks)
|
||||||
|
resulting in NULL pointer use.
|
||||||
|
- Respond to renegotiation attempt with no_renegoatation alert
|
||||||
|
- Add basic path support for load_verify_locations()
|
||||||
|
- Add set Temp EC-DHE key size
|
||||||
|
- Extra checks on rsa test when porting into
|
||||||
|
|
||||||
|
|
||||||
|
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.0.6 (1/27/2012)
|
||||||
|
|
||||||
Release 2.0.6 CyaSSL has bug fixes and a few new features including:
|
Release 2.0.6 CyaSSL has bug fixes and a few new features including:
|
||||||
- Fixes for CA basis constraint check
|
- Fixes for CA basis constraint check
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
AC_INIT([cyassl],[2.0.6b],[http://www.yassl.com])
|
AC_INIT([cyassl],[2.0.8],[http://www.yassl.com])
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR(config)
|
AC_CONFIG_AUX_DIR(config)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user