Skip to content

Releases: wolfSSL/wolfssl-py

wolfSSL-py v5.6.6-stable

23 Jan 18:06
Compare
Choose a tag to compare

What's Changed

wolfSSL-py v5.6.0-stable

02 May 16:01
0a8a76c
Compare
Choose a tag to compare

What's Changed

wolfSSL-py v5.5.4

30 Dec 17:32
f43fa0c
Compare
Choose a tag to compare

Update to wolfSSL version 5.5.4

wolfSSL-py v5.5.3-stable

07 Nov 11:11
5475963
Compare
Choose a tag to compare

What's Changed

  • 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)

13 Jul 14:39
Compare
Choose a tag to compare

Release 5.4.0 of wolfSSL-py embedded TLS has bug fixes including:

  • 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)

13 May 12:38
Compare
Choose a tag to compare

Release 5.3.0 of wolfSSL-py embedded TLS has bug fixes and new features including:

New Feature Additions

  • 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