We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ce213 commit 0d874f3Copy full SHA for 0d874f3
README-async.md
@@ -284,6 +284,15 @@ wolfSSL Server Benchmark 16384 bytes
284
285
## Change Log
286
287
+### wolfSSL Async Release 5.2.0 (Feb 21, 2022)
288
+
289
+* Adds `WC_NO_ASYNC_SLEEP` option to hide wc_AsyncSleep for platforms that do not need it.
290
+* Fix for async test anonymous union on some platforms (`#pragma anon_unions` and `HAVE_ANONYMOUS_INLINE_AGGREGATES`)
291
+* Fixes for invalidPrintfArgType_sint (cppcheck) and readability-redundant-preprocessor (clang-tidy).
292
293
+### wolfSSL Async Release v5.1.0 (Jan 3rd, 2022)
294
295
296
### wolfSSL Async Release v5.0.0 (11/01/2021)
297
298
* Fix for issue with QAT AES GCM input buffer already NUMA and not aligned.
0 commit comments