File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11include LICENSING.rst
22include README.rst
3+ include ChangeLog.rst
34
45recursive-include tests *
56recursive-include requirements *
You can’t perform that action at this time.
0 commit comments