bump version
This commit is contained in:
parent
d457ff8d71
commit
08cdf91761
3
README
3
README
@ -34,10 +34,11 @@ before calling SSL_new(); Though it's not recommended.
|
||||
|
||||
*** 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
|
||||
- Adds client side Secure Renegotiation, * not recommended *
|
||||
- Client side session ticket support, not fully tested with Secure Renegotiation
|
||||
|
||||
The CyaSSL manual is available at:
|
||||
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])
|
||||
|
||||
|
@ -26,8 +26,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define LIBCYASSL_VERSION_STRING "3.2.1c"
|
||||
#define LIBCYASSL_VERSION_HEX 0x03002001
|
||||
#define LIBCYASSL_VERSION_STRING "3.2.2"
|
||||
#define LIBCYASSL_VERSION_HEX 0x03002002
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user