File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ # wolfCLU v0.1.9 (July 24, 2025)
2+ - Fix client and server KEM macro (PR 177)
3+ - Implementing PKCS8 and Base64 commands (PR 178)
4+ - Adjust tests for disable of DES with FIPS and add FIPS print out (PR 183)
5+ - Fixed problems with string init of array (PR 179)
6+ - Update license from GPLv2 to GPLv3 (PR 184)
7+
18# wolfCLU v0.1.8 (Apr 4, 2025)
29- Fix build errors in server.c when linked to wolfssl with --enable-all (PR 170)
310- Increase CI tests to include --enable-all build of wolfSSL (PR 171)
Original file line number Diff line number Diff line change 1010# requires user to have AutoConf version 2.63 or greater.
1111AC_PREREQ ( [ 2.63] )
1212
13- AC_INIT ( [ wolfclu] , [ 0.1.8 ] , [ http://www.wolfssl.com] )
13+ AC_INIT ( [ wolfclu] , [ 0.1.9 ] , [ http://www.wolfssl.com] )
1414
1515# a helpful directory to keep clutter out of root
1616AC_CONFIG_AUX_DIR ( [ build-aux] )
Original file line number Diff line number Diff line change 2626extern "C" {
2727#endif
2828
29- #define CLUWOLFSSL_VERSION_STRING "0.1.8 "
30- #define CLUWOLFSSL_VERSION_HEX 0x00001008
29+ #define CLUWOLFSSL_VERSION_STRING "0.1.9 "
30+ #define CLUWOLFSSL_VERSION_HEX 0x00001009
3131
3232#ifdef __cplusplus
3333}
You can’t perform that action at this time.
0 commit comments