Skip to content

Commit

Permalink
Merge pull request #54 from danielinux/v5.5.4-rc
Browse files Browse the repository at this point in the history
Preparing release 5.5.4
  • Loading branch information
dgarske authored Dec 30, 2022
2 parents f016d07 + a693f69 commit 99759a5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
wolfCrypt-py Release 5.5.4 (December 30, 2022)
==========================================

* Update to wolfSSL version 5.5.4

wolfCrypt-py Release 5.5.3 (November 7, 2022)
==========================================

* Add ChangeLog file
* Add optional hash_type parameter to RSA from_pem functions
* Improve the RSA PSS code
* Gate inclusion of wc_GenerateSeed in C wrapper on WC_RNG_SEED_CB_ENABLED
* Make several improvements to the CFFI build process
* Update to wolfSSL version 5.5.3


wolfCrypt-py Release 5.4.0 (July 13, 2022)
==========================================

Expand Down Expand Up @@ -40,3 +56,4 @@ Fixes
-----

* Documentation improvements

2 changes: 1 addition & 1 deletion lib/wolfssl
Submodule wolfssl updated 429 files
4 changes: 2 additions & 2 deletions wolfcrypt/_version.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# When bumping the C library version, reset the POST count to 0

__wolfssl_version__ = "v5.5.3-stable"
__wolfssl_version__ = "v5.5.4-stable"

# We're using implicit post releases [PEP 440] to bump package version
# while maintaining the C library version intact for better reference.
# https://www.python.org/dev/peps/pep-0440/#implicit-post-releases
#
# MAJOR.MINOR.BUILD-POST

__version__ = "5.5.3-0"
__version__ = "5.5.4-0"

0 comments on commit 99759a5

Please sign in to comment.