From f06c08718c0e2cca0cfb12082d09b0a4c50669c7 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Mon, 5 Oct 2015 10:14:07 -0700 Subject: [PATCH] bump version for sniffer release --- README | 21 ++++++++++++++++++++- README.md | 20 ++++++++++++++++++++ configure.ac | 2 +- support/wolfssl.pc | 2 +- wolfssl/version.h | 4 ++-- 5 files changed, 44 insertions(+), 5 deletions(-) diff --git a/README b/README index ea646a390..9cfcbf97d 100644 --- a/README +++ b/README @@ -32,7 +32,26 @@ before calling wolfSSL_new(); Though it's not recommended. *** end Notes *** -wolfSSL (Formerly CyaSSL) Release 3.6.8 (09/17/2015) +wolfSSL (Formerly CyaSSL) Release 3.6.9 (10/05/2015) + +Release 3.6.9 of wolfSSL has bug fixes and new features including: + +- New option for the sniffer where it will try to pick up decoding after a + sequence number acknowldgement fault. Also includes some additional stats. +- AES-GCM/CCM fixes. +- FreeRTOS support updates. +- VXWorks support updates. +- Added the IDEA cipher and support in wolfSSL. +- Update wolfSSL website CA. +- CFLAGS is usable when configuring source. + +- No high level security fixes that requires an update though we always + recommend updating to the latest + +See INSTALL file for build instructions. +More info can be found on-line at //http://wolfssl.com/yaSSL/Docs.html + + ********* wolfSSL (Formerly CyaSSL) Release 3.6.8 (09/17/2015) Release 3.6.8 of wolfSSL fixes two high severity vulnerabilities. It also includes bug fixes and new features including: diff --git a/README.md b/README.md index 5fe25e3c1..38f1bc112 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,26 @@ before calling wolfSSL_new(); Though it's not recommended. ``` +# wolfSSL (Formerly CyaSSL) Release 3.6.9 (10/05/2015) + +##Release 3.6.9 of wolfSSL has bug fixes and new features including: + +- New option for the sniffer where it will try to pick up decoding after a + sequence number acknowldgement fault. Also includes some additional stats. +- AES-GCM/CCM fixes. +- FreeRTOS support updates. +- VXWorks support updates. +- Added the IDEA cipher and support in wolfSSL. +- Update wolfSSL website CA. +- CFLAGS is usable when configuring source. + +- No high level security fixes that requires an update though we always + recommend updating to the latest + +See INSTALL file for build instructions. +More info can be found on-line at //http://wolfssl.com/yaSSL/Docs.html + + #wolfSSL (Formerly CyaSSL) Release 3.6.8 (09/17/2015) ##Release 3.6.8 of wolfSSL fixes two high severity vulnerabilities. diff --git a/configure.ac b/configure.ac index a239a89de..bbf5205f9 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # # -AC_INIT([wolfssl],[3.6.8],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com]) +AC_INIT([wolfssl],[3.6.9],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/support/wolfssl.pc b/support/wolfssl.pc index 761b674ca..7116f5acf 100644 --- a/support/wolfssl.pc +++ b/support/wolfssl.pc @@ -5,6 +5,6 @@ includedir=${prefix}/include Name: wolfssl Description: wolfssl C library. -Version: 3.6.8 +Version: 3.6.9 Libs: -L${libdir} -lwolfssl Cflags: -I${includedir} diff --git a/wolfssl/version.h b/wolfssl/version.h index c0b1a99fa..b8aa49372 100644 --- a/wolfssl/version.h +++ b/wolfssl/version.h @@ -26,8 +26,8 @@ extern "C" { #endif -#define LIBWOLFSSL_VERSION_STRING "3.6.8" -#define LIBWOLFSSL_VERSION_HEX 0x03006008 +#define LIBWOLFSSL_VERSION_STRING "3.6.9" +#define LIBWOLFSSL_VERSION_HEX 0x03006009 #ifdef __cplusplus }