Skip to content

Releases: wolfSSL/wolfAsyncCrypt

wolfSSL Async Release v5.7.4 (Oct 29, 2024)

29 Oct 21:37
c1bb54b
Compare
Choose a tag to compare
  • Fix for Intel QuickAssist RSA Key generation exponent result. (#75)

wolfSSL Async Release v5.6.4 (Oct 30, 2023)

31 Oct 21:54
1a1f6ab
Compare
Choose a tag to compare
  • Based on tagged v5.6.4-stable + PR wolfSSL/wolfssl#6931
  • Fix for DH key gen. Transfer control of X to QAT (caller tries to free it).
    • PR 6931: Fix for async edge case with Intel QuickAssist/Cavium Nitrox that was broken in PR wolfSSL/wolfssl#6783
  • Fixes for support async with crypto or pk callbacks.
  • Rename WC_NOT_PENDING_E -> WC_NO_PENDING_E

wolfSSL Async Release v5.5.0 (Sep 2, 2022)

02 Sep 18:16
e98066f
Compare
Choose a tag to compare

Release 5.5.0 of wolfSSL Async has bug fixes and new features including:

wolfSSL Async Release v5.4.0 (July 11, 2022)

11 Jul 22:12
cdbc580
Compare
Choose a tag to compare
  • Fix for DH trim of leading zeros to use memmove.
  • Fix to print errors to stderr.
  • Fix to consistently return the status of failed pthreads funcs.
  • Move async device pointer (wolfSSL/wolfssl#5149)

wolfSSL Async Release 5.2.0 (Feb 21, 2022)

22 Feb 16:43
1f6f041
Compare
Choose a tag to compare
  • Adds WC_NO_ASYNC_SLEEP option to hide wc_AsyncSleep for platforms that do not need it.
  • Fix for async test anonymous union on some platforms (#pragma anon_unions and HAVE_ANONYMOUS_INLINE_AGGREGATES)
  • Fixes for invalidPrintfArgType_sint (cppcheck) and readability-redundant-preprocessor (clang-tidy).

wolfSSL Async Release v5.0.0 (11/01/2021)

28 Dec 23:33
e12921c
Compare
Choose a tag to compare
  • Fix for issue with QAT AES GCM input buffer already NUMA and not aligned.

wolfSSL Async Release v4.7.0 (02/20/2021)

19 Feb 22:11
65488cc
Compare
Choose a tag to compare

wolfSSL Async Release v4.6.0 (12/21/2020)

23 Dec 20:20
fef8dae
Compare
Choose a tag to compare
  • Documentation updates.
  • Fixes for Cavium Nitrox and Intel Quick Assist (wolfSSL/wolfssl#3577) with TLS v1.3

wolfSSL Async Release v4.4.0 (04/24/2020)

27 Apr 20:42
fdfd3b4
Compare
Choose a tag to compare
  • Fix for uninitialized supSha3 warning.
  • Fix for use of incorrect devId for wolfSSL_SHA3_256_Init.
  • Fix for QAT with Shake256.
  • Fix for QAT example ./build.sh.

wolfSSL Async Release v4.2.0 (10/22/2019)

25 Oct 17:36
c13afd6
Compare
Choose a tag to compare
  • Fix for QuickAssist DH Agree issue with leading zero bytes.
  • Fix for QuickAssist AES CBC issue with previous IV on back-to-back operations.
  • Updates to QuickAssist README.md for latest QAT v1.7 driver.
  • Instructions for Octeon III (CN7300) use.