mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
pre release 2.2.0
This commit is contained in:
13
README
13
README
@@ -34,7 +34,18 @@ before calling SSL_new(); Though it's not recommended.
|
|||||||
|
|
||||||
*** end Note ***
|
*** end Note ***
|
||||||
|
|
||||||
CyaSSL Release 2.0.8 (2/24/2012)
|
CyaSSL Release 2.2.0 (5/18/2012)
|
||||||
|
|
||||||
|
Release 2.2.0 CyaSSL has bug fixes and a few new features including:
|
||||||
|
-
|
||||||
|
|
||||||
|
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.8 (2/24/2012)
|
||||||
|
|
||||||
Release 2.0.8 CyaSSL has bug fixes and a few new features including:
|
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)
|
- A fix for malicious certificates pointed out by Remi Gacogne (thanks)
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
AC_INIT([cyassl],[2.1.7],[http://www.yassl.com])
|
AC_INIT([cyassl],[2.2.0],[http://www.yassl.com])
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR(config)
|
AC_CONFIG_AUX_DIR(config)
|
||||||
|
|
||||||
@@ -25,7 +25,7 @@ AC_CONFIG_HEADERS([config.h:config.in])dnl Keep filename to 8.3 for MS-DOS.
|
|||||||
|
|
||||||
|
|
||||||
#shared library versioning
|
#shared library versioning
|
||||||
CYASSL_LIBRARY_VERSION=3:0:0
|
CYASSL_LIBRARY_VERSION=3:1:0
|
||||||
# | | |
|
# | | |
|
||||||
# +------+ | +---+
|
# +------+ | +---+
|
||||||
# | | |
|
# | | |
|
||||||
|
Reference in New Issue
Block a user