diff --git a/README b/README index c9f11555f..1acb7a1d5 100644 --- a/README +++ b/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 diff --git a/configure.ac b/configure.ac index c2a0499d7..e07ff1819 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/cyassl/version.h b/cyassl/version.h index 074c3a898..70cd7a129 100644 --- a/cyassl/version.h +++ b/cyassl/version.h @@ -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 }