Preparing release 5.5.4

pull/54/head
Daniele Lacamera 2022-12-30 17:20:38 +01:00
parent f016d07a9d
commit a693f6988d
3 changed files with 20 additions and 3 deletions

View File

@ -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) wolfCrypt-py Release 5.4.0 (July 13, 2022)
========================================== ==========================================
@ -40,3 +56,4 @@ Fixes
----- -----
* Documentation improvements * Documentation improvements

@ -1 +1 @@
Subproject commit a7635da9e64a43028d2f8f14bce75e4bed39f162 Subproject commit 4fbd4fd36a21efd9d1a7e17aba390e91c78693b1

View File

@ -1,6 +1,6 @@
# When bumping the C library version, reset the POST count to 0 # 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 # We're using implicit post releases [PEP 440] to bump package version
# while maintaining the C library version intact for better reference. # while maintaining the C library version intact for better reference.
@ -8,5 +8,5 @@ __wolfssl_version__ = "v5.5.3-stable"
# #
# MAJOR.MINOR.BUILD-POST # MAJOR.MINOR.BUILD-POST
__version__ = "5.5.3-0" __version__ = "5.5.4-0"