forked from wolfSSL/wolfssl
Updated iOS FIPS project, bump version
This commit is contained in:
@@ -67,6 +67,9 @@ for "Preprocessor Macros" and add the following under both `Release` and
|
|||||||
* `WOLFSSL_SHA512`
|
* `WOLFSSL_SHA512`
|
||||||
* `WOLFSSL_SHA384`
|
* `WOLFSSL_SHA384`
|
||||||
|
|
||||||
|
The approved FIPS source files are from the CyaSSL project v3.4.8.fips. The FIPS
|
||||||
|
and FIPS-TEST files are from our FIPS project v3.4.8.fips. For the wolfCAVP test
|
||||||
|
the wolfSSL version used is v3.4.8.
|
||||||
|
|
||||||
# Using the FIPS library
|
# Using the FIPS library
|
||||||
|
|
||||||
|
@@ -917,6 +917,7 @@
|
|||||||
$SRCROOT,
|
$SRCROOT,
|
||||||
$PROJECT_DIR/../..,
|
$PROJECT_DIR/../..,
|
||||||
);
|
);
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
|
||||||
OTHER_CFLAGS = "";
|
OTHER_CFLAGS = "";
|
||||||
OTHER_LDFLAGS = "";
|
OTHER_LDFLAGS = "";
|
||||||
PRODUCT_NAME = wolfssl;
|
PRODUCT_NAME = wolfssl;
|
||||||
@@ -947,6 +948,7 @@
|
|||||||
$SRCROOT,
|
$SRCROOT,
|
||||||
$PROJECT_DIR/../..,
|
$PROJECT_DIR/../..,
|
||||||
);
|
);
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
|
||||||
OTHER_CFLAGS = "";
|
OTHER_CFLAGS = "";
|
||||||
OTHER_LDFLAGS = "";
|
OTHER_LDFLAGS = "";
|
||||||
PRODUCT_NAME = wolfssl;
|
PRODUCT_NAME = wolfssl;
|
||||||
|
15
README
15
README
@@ -37,7 +37,20 @@ before calling wolfSSL_new(); Though it's not recommended.
|
|||||||
- GNU Binutils 2.24 ld has problems with some debug builds, to fix an ld error
|
- GNU Binutils 2.24 ld has problems with some debug builds, to fix an ld error
|
||||||
add -fdebug-types-section to C_EXTRA_FLAGS
|
add -fdebug-types-section to C_EXTRA_FLAGS
|
||||||
|
|
||||||
wolfSSL (Formerly CyaSSL) Release 3.4.6 (03/30/2015)
|
wolfSSL (Formerly CyaSSL) Release 3.4.8 (04/06/2015)
|
||||||
|
|
||||||
|
Release 3.4.8 of wolfSSL has bug fixes and new features including:
|
||||||
|
|
||||||
|
- FIPS version submitted for iOS.
|
||||||
|
- Max Strength build that only allows TLSv1.2, AEAD ciphers, and PFS.
|
||||||
|
- Improvements to usage of time code.
|
||||||
|
- Improvements to VS solution files.
|
||||||
|
|
||||||
|
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.4.6 (03/30/2015)
|
||||||
|
|
||||||
Release 3.4.6 of wolfSSL has bug fixes and new features including:
|
Release 3.4.6 of wolfSSL has bug fixes and new features including:
|
||||||
|
|
||||||
|
13
README.md
13
README.md
@@ -38,6 +38,19 @@ before calling wolfSSL_new(); Though it's not recommended.
|
|||||||
- GNU Binutils 2.24 ld has problems with some debug builds, to fix an ld error
|
- GNU Binutils 2.24 ld has problems with some debug builds, to fix an ld error
|
||||||
add -fdebug-types-section to C_EXTRA_FLAGS
|
add -fdebug-types-section to C_EXTRA_FLAGS
|
||||||
|
|
||||||
|
#wolfSSL (Formerly CyaSSL) Release 3.4.8 (04/06/2015)
|
||||||
|
|
||||||
|
##Release 3.4.8 of wolfSSL has bug fixes and new features including:
|
||||||
|
|
||||||
|
- FIPS version submitted for iOS.
|
||||||
|
- Max Strength build that only allows TLSv1.2, AEAD ciphers, and PFS.
|
||||||
|
- Improvements to usage of time code.
|
||||||
|
- Improvements to VS solution files.
|
||||||
|
|
||||||
|
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.4.6 (03/30/2015)
|
#wolfSSL (Formerly CyaSSL) Release 3.4.6 (03/30/2015)
|
||||||
|
|
||||||
##Release 3.4.6 of wolfSSL has bug fixes and new features including:
|
##Release 3.4.6 of wolfSSL has bug fixes and new features including:
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
AC_INIT([wolfssl],[3.4.7],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com])
|
AC_INIT([wolfssl],[3.4.8],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com])
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
|
||||||
|
@@ -5,6 +5,6 @@ includedir=${prefix}/include
|
|||||||
|
|
||||||
Name: wolfssl
|
Name: wolfssl
|
||||||
Description: wolfssl C library.
|
Description: wolfssl C library.
|
||||||
Version: 3.4.7
|
Version: 3.4.8
|
||||||
Libs: -L${libdir} -lwolfssl
|
Libs: -L${libdir} -lwolfssl
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
@@ -26,8 +26,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define LIBWOLFSSL_VERSION_STRING "3.4.7"
|
#define LIBWOLFSSL_VERSION_STRING "3.4.8"
|
||||||
#define LIBWOLFSSL_VERSION_HEX 0x03004007
|
#define LIBWOLFSSL_VERSION_HEX 0x03004008
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user