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.
2 parents f4e3e04 + 26011f5 commit cdbc580Copy full SHA for cdbc580
README-async.md
@@ -284,6 +284,12 @@ wolfSSL Server Benchmark 16384 bytes
284
285
## Change Log
286
287
+### wolfSSL Async Release v5.4.0 (July 11, 2022)
288
+* Fix for DH trim of leading zeros to use memmove.
289
+* Fix to print errors to stderr.
290
+* Fix to consistently return the status of failed pthreads funcs.
291
+* Move async device pointer (https://github.com/wolfSSL/wolfssl/pull/5149)
292
+
293
### wolfSSL Async Release v5.3.0 (May 5, 2022)
294
295
* Added Intel QuickAssist ECC Key Generation acceleration. Specifically point multiplication similar to our `wc_ecc_mulmod_ex2`.
0 commit comments