File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -284,7 +284,16 @@ wolfSSL Server Benchmark 16384 bytes
284284
285285## Change Log
286286
287- ### wolfSSL Async Release 5.2.0 (Feb 21, 2022)
287+ ### wolfSSL Async Release v5.3.0 (May 5, 2022)
288+
289+ * Added Intel QuickAssist ECC Key Generation acceleration. Specifically point multiplication similar to our ` wc_ecc_mulmod_ex2 ` .
290+ * Fix for building Intel QAT with SP math all
291+ * Fix for ` error: unused function 'IntelQaFreeFlatBuffer' ` .
292+ * Fix for handling the Koblitz curve param "a", which is all zeros.
293+ * Fixes for scan-build warnings.
294+ * Includes wolfSSL PR https://github.com/wolfSSL/wolfssl/pull/5101
295+
296+ ### wolfSSL Async Release v5.2.0 (Feb 21, 2022)
288297
289298* Adds ` WC_NO_ASYNC_SLEEP ` option to hide wc_AsyncSleep for platforms that do not need it.
290299* Fix for async test anonymous union on some platforms (` #pragma anon_unions ` and ` HAVE_ANONYMOUS_INLINE_AGGREGATES ` )
You can’t perform that action at this time.
0 commit comments