Skip to content

Commit 33aced7

Browse files
authored
Merge pull request #34 from LinuxJedi/add-changelog
Add changelog
2 parents 6ebc362 + 7923c10 commit 33aced7

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

ChangeLog.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
Current Development
2+
===================
3+
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
14+
15+
wolfSSL-py Release 5.4.0 (July 13, 2022)
16+
========================================
17+
18+
New Features
19+
------------
20+
21+
* Update to wolfSSL 5.4.0 C library
22+
* Add GitHub Actions support and remove Travis CI support
23+
24+
wolfSSL-py Release 5.3.0 (May 13, 2022)
25+
=======================================
26+
27+
New Features
28+
------------
29+
30+
* Update to wolfSSL 5.3.0
31+
* Build completely refactored to be more Python-like and easier to use
32+
* Add support for wolfSSL ctx password callback
33+
34+
Fixes
35+
-----
36+
37+
* Raise error when wolfSSL_write() returns 0
38+
* Update example certs to match main wolfSSL ones

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include LICENSING.rst
22
include README.rst
3+
include ChangeLog.rst
34

45
recursive-include tests *
56
recursive-include requirements *

0 commit comments

Comments
 (0)