Skip to content

Commit a693f69

Browse files
committed
Preparing release 5.5.4
1 parent f016d07 commit a693f69

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

ChangeLog.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
wolfCrypt-py Release 5.5.4 (December 30, 2022)
2+
==========================================
3+
4+
* Update to wolfSSL version 5.5.4
5+
6+
wolfCrypt-py Release 5.5.3 (November 7, 2022)
7+
==========================================
8+
9+
* Add ChangeLog file
10+
* Add optional hash_type parameter to RSA from_pem functions
11+
* Improve the RSA PSS code
12+
* Gate inclusion of wc_GenerateSeed in C wrapper on WC_RNG_SEED_CB_ENABLED
13+
* Make several improvements to the CFFI build process
14+
* Update to wolfSSL version 5.5.3
15+
16+
117
wolfCrypt-py Release 5.4.0 (July 13, 2022)
218
==========================================
319

@@ -40,3 +56,4 @@ Fixes
4056
-----
4157

4258
* Documentation improvements
59+

lib/wolfssl

Submodule wolfssl updated 429 files

wolfcrypt/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# When bumping the C library version, reset the POST count to 0
22

3-
__wolfssl_version__ = "v5.5.3-stable"
3+
__wolfssl_version__ = "v5.5.4-stable"
44

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

11-
__version__ = "5.5.3-0"
11+
__version__ = "5.5.4-0"
1212

0 commit comments

Comments
 (0)