From 0976f9bde9d43922e4e1f2aa872cdc7bb107b656 Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Fri, 30 Dec 2022 17:27:39 +0100 Subject: [PATCH] Prepare release 5.5.4 --- ChangeLog.rst | 24 ++++++++++++------------ lib/wolfssl | 2 +- wolfssl/_version.py | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 554438a..55d72e8 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,16 +1,16 @@ -Current Development -=================== +wolfSSL-py Release 5.5.4 (December 30, 2022) +============================================ +* Update wolfSSL to version 5.5.4 + +wolfSSL-py Release 5.5.3 (November 7, 2022) +=========================================== +* Fix TLSv1.3 support +* Disable oldtls support +* Add changelog +* Adding support for CRL and DTLS +* Fix alert history code +* Update wolfSSL to version 5.5.3 -New Features ------------- - -* wolfSSL builds with ``--disable-oldtls`` now supported - -Fixes ------ - -* TLS 1.3 support now works correctly and is tested -* Example server was not cleanly closing sockets wolfSSL-py Release 5.4.0 (July 13, 2022) ======================================== diff --git a/lib/wolfssl b/lib/wolfssl index a7635da..4fbd4fd 160000 --- a/lib/wolfssl +++ b/lib/wolfssl @@ -1 +1 @@ -Subproject commit a7635da9e64a43028d2f8f14bce75e4bed39f162 +Subproject commit 4fbd4fd36a21efd9d1a7e17aba390e91c78693b1 diff --git a/wolfssl/_version.py b/wolfssl/_version.py index 5529e46..18d0652 100644 --- a/wolfssl/_version.py +++ b/wolfssl/_version.py @@ -1,6 +1,6 @@ # 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. @@ -8,4 +8,4 @@ # # MAJOR.MINOR.BUILD-POST -__version__ = "5.5.3-0" +__version__ = "5.5.4-0"