Skip to content

Commit

Permalink
Merge pull request #136 from JacobBarthelmeh/release
Browse files Browse the repository at this point in the history
prepare for release 0.1.4
  • Loading branch information
lealem47 authored Nov 21, 2023
2 parents 8c40e86 + 86c02e5 commit b6d0021
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# wolfCLU v0.1.4 (Nov 21, 2023)
- Removed erroneous file generation on ecc keygen
- Added options -req, -signkey, -extfile, -extensions and -md for x509 command
- Use void with func prototype
- Add ability to set more subjectAltName attributes
- Check for defined MAX_FILENAME_SZ before defining it locally
- Handle potential pointer increment in wolfSSL_i2d_X509


# wolfCLU v0.1.2 (Mar 31, 2023)
### Fixes and Enhancements
- Fix for DH use with FIPS build and cross compile warning
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#requires user to have AutoConf version 2.63 or greater.
AC_PREREQ([2.63])

AC_INIT([wolfclu], [0.1.2], [http://www.wolfssl.com])
AC_INIT([wolfclu], [0.1.4], [http://www.wolfssl.com])

#a helpful directory to keep clutter out of root
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
4 changes: 2 additions & 2 deletions wolfclu/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
extern "C" {
#endif

#define CLUWOLFSSL_VERSION_STRING "0.1.2"
#define CLUWOLFSSL_VERSION_HEX 0x00001002
#define CLUWOLFSSL_VERSION_STRING "0.1.4"
#define CLUWOLFSSL_VERSION_HEX 0x00001004

#ifdef __cplusplus
}
Expand Down

0 comments on commit b6d0021

Please sign in to comment.