Skip to content

Commit f43fa0c

Browse files
authored
Merge pull request #39 from danielinux/v5.5.4-rc
Prepare release 5.5.4
2 parents 5475963 + 0976f9b commit f43fa0c

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

ChangeLog.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
Current Development
2-
===================
1+
wolfSSL-py Release 5.5.4 (December 30, 2022)
2+
============================================
3+
* Update wolfSSL to version 5.5.4
4+
5+
wolfSSL-py Release 5.5.3 (November 7, 2022)
6+
===========================================
7+
* Fix TLSv1.3 support
8+
* Disable oldtls support
9+
* Add changelog
10+
* Adding support for CRL and DTLS
11+
* Fix alert history code
12+
* Update wolfSSL to version 5.5.3
313

4-
New Features
5-
------------
6-
7-
* wolfSSL builds with ``--disable-oldtls`` now supported
8-
9-
Fixes
10-
-----
11-
12-
* TLS 1.3 support now works correctly and is tested
13-
* Example server was not cleanly closing sockets
1414

1515
wolfSSL-py Release 5.4.0 (July 13, 2022)
1616
========================================

lib/wolfssl

Submodule wolfssl updated 429 files

wolfssl/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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"

0 commit comments

Comments
 (0)