Skip to content

Commit 3c9cfed

Browse files
authored
Merge pull request #80 from kareem-wolfssl/v5.8.4
Prepare for v5.8.4 release
2 parents 427a1a3 + 03a8a75 commit 3c9cfed

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

ChangeLog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
wolfCrypt-py Release 5.8.4 (Jan 7, 2026)
2+
==========================================
3+
4+
* Add support for HKDF
5+
* Add support for AES-SIV
6+
* Fix Windows build for ML-KEM, ML-DSA, and SHAKE
7+
* Fix header parsing in build_ffi.py for feature detection logic
8+
* Improve support for minimal wolfSSL configurations
9+
* Fix function availability detection for RSA and ASN features
10+
* Detect ML-KEM availability for USE_LOCAL_WOLFSSL
11+
* Update to wolfSSL version 5.8.4
12+
13+
114
wolfCrypt-py Release 5.8.2 (Jul 24, 2025)
215
==========================================
316

lib/wolfssl

Submodule wolfssl updated 809 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.8.2-stable"
3+
__wolfssl_version__ = "v5.8.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.8.2-0"
11+
__version__ = "5.8.4-0"
1212

0 commit comments

Comments
 (0)