Skip to content

Commit

Permalink
Merge pull request #51 from bandi13/createV1.0.1
Browse files Browse the repository at this point in the history
Prepare for release
  • Loading branch information
douzzer authored Sep 10, 2024
2 parents b1c6664 + 36e71ed commit 345c0ab
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
16 changes: 16 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# wolfProvider version 1.0.1 (Sept 10, 2024)
Add test-sanity script
Add FIPS testing
Add a sanity check to make sure we can connect to external servers
Fix for openssl denying connections
Add more logging of calls
Add helpful failure messages
Fix 'make check' failures
Fix wp_corebio_get_bio
Add in simple logging for wolfProvider
Use custom list of supported settable parameters
Explicit ignore of generated content
Add simple Github Action
Add in declarations and calls to tests
Add AES CFB encryption/decryption + tests

# wolfProvider version 1.0.0 (July 17, 2024)

This is the first release of wolfProvider. It is similar to wolfEngine (which
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ wolfProvider is a library that can be used as a Provider in OpenSSL.
* TLS1 PRF

## Building
The quickest method is to use the `scripts/build-wolfprovider.sh` script. It will retreive the dependencies and compile them as necessary. To use other than the default (such as different releases) you can set various environment variables prior to calling the script. An example is:
OPENSSL_TAG=openssl-3.2.0 WOLFSSL_TAG=v5.7.2-stable WOLFPROV_DEBUG=1 scripts/build-wolfprovider.sh

Alternatively, you can manually compile each component using the following guide.

### OpenSSL

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

AC_COPYRIGHT([Copyright (C) 2024 wolfSSL Inc.])
AC_PREREQ([2.69])
AC_INIT([wolfprov], [1.1.0-RC])
AC_INIT([wolfprov], [1.0.1])
AC_CONFIG_AUX_DIR([build-aux])

AC_CONFIG_HEADERS([include/config.h])
Expand Down

0 comments on commit 345c0ab

Please sign in to comment.