Skip to content

Releases: wolfSSL/wolfcrypt-py

wolfCrypt-py v5.6.6-stable

23 Jan 18:43
Compare
Choose a tag to compare

What's Changed

wolfCrypt-py v5.6.0-stable

02 May 15:51
1c24265
Compare
Choose a tag to compare

What's Changed

  • Add user settings path for scripts/user_settings_asm.sh during cmake by @lealem47 in #56
  • Update to wolfSSL 5.6.0 by @danielinux in #57

wolfCrypt-py v5.5.4

30 Dec 17:31
99759a5
Compare
Choose a tag to compare

Update to wolfSSL version 5.5.4

wolfCrypt-py v5.5.3-stable

07 Nov 11:00
f016d07
Compare
Choose a tag to compare

What's Changed

  • Add ChangeLog file
  • Add optional hash_type parameter to RSA from_pem functions
  • Improve the RSA PSS code
  • Gate inclusion of wc_GenerateSeed in C wrapper on WC_RNG_SEED_CB_ENABLED
  • Make several improvements to the CFFI build process
  • Update to wolfSSL version 5.5.3

wolfCrypt-py Release 5.4.0 (July 13, 2022)

13 Jul 14:34
Compare
Choose a tag to compare

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

  • Update to wolfCrypt 5.4.0 C library
  • Add GitHub Actions support, remove Travis CI
  • Fixups for PyPi
  • Remove some of the CMake hack due to things moved into wolfSSL CMakeLists.txt

wolfCrypt-py Release 5.3.0 (May 10, 2022)

10 May 15:27
Compare
Choose a tag to compare

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

New Feature Additions

  • Update to wolfCrypt 5.3.0
  • Build completely refactored to be more Python-like and easier to use
  • Added support for SHA3
  • Added support for ChaCha stream cipher
  • Add support for RSA private keys in PKCS #8 format
  • Add module pwdbased.py and expose wc_PBKDF2
  • Modifications to make wolfCrypt-py work with FIPS ready and FIPS v5
  • Add support for ed448
  • Add a pem_to_der function and support for PEM RSA keys
  • Add signature generation and verification
  • Enabled pwdbased by default
  • Windows support added
  • Added support for AES-CTR
  • Add support for AES GCM streaming
  • Add RSA OAEP and PSS padding
  • Documentation improvements
  • Add get_aad() function