Skip to content

wolfSSL Async Release v4.1.0 (08/01/2019)

Choose a tag to compare

@dgarske dgarske released this 02 Aug 13:37
  • Fixes for memory stability on QuickAssist:

    • Fix for possible issue with QAT NUMA allocations failing and causing downstream issues.
    • Fix to only call NUMA free if actually NUMA type.
    • Fix to not use NUMA types for in/out if QAT cipher and hashing are disabled.
    • Fix to resolve issue with repeated calls to IntelQaRsaPublicFree. The pPublicKey variable is a pointer and is cleared with XMEMSET(opData.
    • Cleanup for non-NUMA alloc case.
    • Updates to README.md for Intel QAT.
  • Updates to Cavium Nitrox README.md.