We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35e0b1b + ef582ad commit 0d345aaCopy full SHA for 0d345aa
3 files changed
ChangeLog.rst
@@ -1,3 +1,10 @@
1
+wolfCrypt-py Release 5.7.4 (Nov 13, 2024)
2
+==========================================
3
+
4
+* Add support for ChaCha20-Poly1305
5
+* Update to wolfSSL version 5.7.4
6
7
8
wolfCrypt-py Release 5.7.2 (Sep 6, 2024)
9
==========================================
10
lib/wolfssl
wolfcrypt/_version.py
@@ -1,12 +1,12 @@
# When bumping the C library version, reset the POST count to 0
-__wolfssl_version__ = "v5.7.2-stable"
+__wolfssl_version__ = "v5.7.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
11
-__version__ = "5.7.2-0"
+__version__ = "5.7.4-0"
12
0 commit comments