mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
bump dev version, update README for v3.0.0
This commit is contained in:
18
README
18
README
@@ -35,7 +35,23 @@ before calling SSL_new(); Though it's not recommended.
|
|||||||
*** end Notes ***
|
*** end Notes ***
|
||||||
|
|
||||||
|
|
||||||
CyaSSL Release 2.9.4 (04/09/2014)
|
CyaSSL Release 3.0.0 (04/29/2014)
|
||||||
|
|
||||||
|
Release 3.0.0 CyaSSL has bug fixes and new features including:
|
||||||
|
|
||||||
|
- FIPS release candidate
|
||||||
|
- X.509 improvements that address items reported by Suman Jana with security
|
||||||
|
researchers at UT Austin and UC Davis
|
||||||
|
- Small stack size improvements, --enable-smallstack. Offloads large local
|
||||||
|
variables to the heap. (Note this is not complete.)
|
||||||
|
- Updated AES-CCM-8 cipher suites to use approved suite numbers.
|
||||||
|
|
||||||
|
The CyaSSL manual is available at:
|
||||||
|
http://www.yassl.com/documentation/CyaSSL-Manual.pdf. For build instructions
|
||||||
|
and comments about the new features please check the manual.
|
||||||
|
|
||||||
|
|
||||||
|
************ CyaSSL Release 2.9.4 (04/09/2014)
|
||||||
|
|
||||||
Release 2.9.4 CyaSSL has bug fixes and new features including:
|
Release 2.9.4 CyaSSL has bug fixes and new features including:
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
AC_INIT([cyassl],[2.9.5],[https://github.com/cyassl/cyassl/issues],[cyassl],[http://www.yassl.com])
|
AC_INIT([cyassl],[3.0.0],[https://github.com/cyassl/cyassl/issues],[cyassl],[http://www.wolfssl.com])
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
|
||||||
@@ -31,7 +31,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
|||||||
AC_CONFIG_HEADERS([config.h:config.in])dnl Keep filename to 8.3 for MS-DOS.
|
AC_CONFIG_HEADERS([config.h:config.in])dnl Keep filename to 8.3 for MS-DOS.
|
||||||
|
|
||||||
#shared library versioning
|
#shared library versioning
|
||||||
CYASSL_LIBRARY_VERSION=5:4:0
|
CYASSL_LIBRARY_VERSION=5:5:0
|
||||||
# | | |
|
# | | |
|
||||||
# +------+ | +---+
|
# +------+ | +---+
|
||||||
# | | |
|
# | | |
|
||||||
|
@@ -26,8 +26,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define LIBCYASSL_VERSION_STRING "2.9.5"
|
#define LIBCYASSL_VERSION_STRING "3.0.0"
|
||||||
#define LIBCYASSL_VERSION_HEX 0x02009005
|
#define LIBCYASSL_VERSION_HEX 0x03000000
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
@@ -69,7 +69,7 @@ mkdir -p $RPM_BUILD_ROOT/
|
|||||||
%{_libdir}/libcyassl.la
|
%{_libdir}/libcyassl.la
|
||||||
%{_libdir}/libcyassl.so
|
%{_libdir}/libcyassl.so
|
||||||
%{_libdir}/libcyassl.so.5
|
%{_libdir}/libcyassl.so.5
|
||||||
%{_libdir}/libcyassl.so.5.0.3
|
%{_libdir}/libcyassl.so.5.0.5
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Reference in New Issue
Block a user