Commit Graph

7 Commits (b74b0687a856237bc1b83b596c5c9a6991129d1b)

Author SHA1 Message Date
Lealem Amedie b74b0687a8 Update to version 5.6.6 2024-01-23 18:38:19 +01:00
Daniele Lacamera 27e896eb8e Updated to wolfSSL 5.6.0 2023-04-19 12:55:43 +02:00
Daniele Lacamera a693f6988d Preparing release 5.5.4 2022-12-30 17:26:20 +01:00
Daniele Lacamera 54cf6ce26f Update to version 5.5.3 2022-11-03 14:32:50 +01:00
Andrew Hutchings cdb28a314b Bump to version 5.4.0
Also move out some things that are now in wolfSSL CMake.
2022-07-13 16:21:32 +02:00
Andrew Hutchings 1b6d6d76a1 Update to 5.3.0 2022-05-06 13:40:50 +02:00
Andrew Hutchings b602083429 Fix build recursion issue
Windows had an issue where it was trying to build the CFFI module after
it had already imported the CFFI module. Which caused permissions
errors during builds.

This fix does several things to make the Windows build work properly and
improve the Linux build too:

* The CFFI module is only build when needed, not as part of an sdist
  package
* Version numbering spilt out into separate file so __init__.py import
  is not required
* Merged _build_ffi.py and _build_wolfssl.py into one file
* Made CFFI only build when called as an executable (which happens
  during binary build time)
* Make tox use bdist-wheel instead of sdist
2022-02-18 00:01:31 -08:00