wolfssl-py/ChangeLog.rst

50 lines
1.2 KiB
ReStructuredText

wolfSSL-py Release 5.6.6 (Jan 23, 2024)
============================================
* Fix segfault issue with TLS v1.3
* Update expired example certs
* Update wolfSSL to version 5.6.6
wolfSSL-py Release 5.6.0 (May 2, 2022)
============================================
* Update wolfSSL to version 5.6.0
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
wolfSSL-py Release 5.4.0 (July 13, 2022)
========================================
New Features
------------
* Update to wolfSSL 5.4.0 C library
* Add GitHub Actions support and remove Travis CI support
wolfSSL-py Release 5.3.0 (May 13, 2022)
=======================================
New Features
------------
* Update to wolfSSL 5.3.0
* Build completely refactored to be more Python-like and easier to use
* Add support for wolfSSL ctx password callback
Fixes
-----
* Raise error when wolfSSL_write() returns 0
* Update example certs to match main wolfSSL ones