File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ # wolfEngine Release 1.4.0 (November 2, 2023)
2+ * Added Call to PRIVATE_KEY_UNLOCK() and PRIVATE_KEY_LOCK() as needed.
3+ * Allow user to override weak entropy source.
4+
15# wolfEngine Release 1.3.0 (January 16, 2023)
26* Added RPM package support
37* Added support and tests for OpenSSL HMAC to be called with -1 key length
Original file line number Diff line number Diff line change 55
66AC_COPYRIGHT ( [ Copyright (C) 2019-2023 wolfSSL Inc.] )
77AC_PREREQ ( [ 2.69] )
8- AC_INIT ( [ wolfengine] , [ 1.3 .0] )
8+ AC_INIT ( [ wolfengine] , [ 1.4 .0] )
99AC_CONFIG_AUX_DIR ( [ build-aux] )
1010
1111AC_CONFIG_HEADERS ( [ include/config.h] )
@@ -33,8 +33,8 @@ AC_SUBST([WOLFENGINE_CONFIG_ARGS])
3333# these numbers don't always line up nicely with the library version.
3434WOLFENGINE_LIBRARY_VERSION_FIRST=1
3535WOLFENGINE_LIBRARY_VERSION_SECOND=0
36- WOLFENGINE_LIBRARY_VERSION_THIRD=3
37- WOLFENGINE_LIBRARY_VERSION=1:3 :0
36+ WOLFENGINE_LIBRARY_VERSION_THIRD=4
37+ WOLFENGINE_LIBRARY_VERSION=1:4 :0
3838# | | |
3939# +------+ | +---+
4040# | | |
You can’t perform that action at this time.
0 commit comments