forked from wolfSSL/wolfssl
bump version
This commit is contained in:
3
README
3
README
@@ -34,10 +34,11 @@ before calling SSL_new(); Though it's not recommended.
|
|||||||
|
|
||||||
*** end Notes ***
|
*** end Notes ***
|
||||||
|
|
||||||
CyaSSL intermediate Release 3.2.1c (9/30/2014)
|
CyaSSL intermediate Release 3.2.2 (10/13/2014)
|
||||||
|
|
||||||
- Small stack improvements for at TLS/SSL layer
|
- Small stack improvements for at TLS/SSL layer
|
||||||
- Adds client side Secure Renegotiation, * not recommended *
|
- Adds client side Secure Renegotiation, * not recommended *
|
||||||
|
- Client side session ticket support, not fully tested with Secure Renegotiation
|
||||||
|
|
||||||
The CyaSSL manual is available at:
|
The CyaSSL manual is available at:
|
||||||
http://www.wolfssl.com/documentation/CyaSSL-Manual.pdf. For build instructions
|
http://www.wolfssl.com/documentation/CyaSSL-Manual.pdf. For build instructions
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
AC_INIT([cyassl],[3.2.1c],[https://github.com/cyassl/cyassl/issues],[cyassl],[http://www.wolfssl.com])
|
AC_INIT([cyassl],[3.2.2],[https://github.com/cyassl/cyassl/issues],[cyassl],[http://www.wolfssl.com])
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
|
||||||
|
@@ -26,8 +26,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define LIBCYASSL_VERSION_STRING "3.2.1c"
|
#define LIBCYASSL_VERSION_STRING "3.2.2"
|
||||||
#define LIBCYASSL_VERSION_HEX 0x03002001
|
#define LIBCYASSL_VERSION_HEX 0x03002002
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user