This website requires JavaScript.
Explore
Help
Sign In
wolfSSL
/
wolfssl
Watch
1
Star
0
Fork
1
You've already forked wolfssl
mirror of
https://github.com/wolfSSL/wolfssl.git
synced
2026-01-27 06:02:22 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b4aaeb5768b0a92df6bcea779eb6aac54c340d73
wolfssl
/
wolfcrypt
History
David Garske
b4aaeb5768
Fix for possible leak with multi-threading and curve cache. Note memory leak still possible with
--enable-fpecc
and async multithreading. Add voltaile on event
state
and
ret
to resolve possible multi-thread timing issue. Use define for
--enable-stacksize
init value.
2017-08-15 21:19:28 -07:00
..
benchmark
Fixes to better handle threading with async. Fix
wc_CamelliaCbcEncrypt
return code checking. Fix to ensure cycles per byte shows on same line. Refactor of async event state. Refactor to initalize event prior to operation (in case it finishes before adding to queue). Add
HAVE_AES_DECRYPT
to --enable-all option. Cleanup benchmark error display.
2017-08-15 21:19:28 -07:00
src
Fix for possible leak with multi-threading and curve cache. Note memory leak still possible with
--enable-fpecc
and async multithreading. Add voltaile on event
state
and
ret
to resolve possible multi-thread timing issue. Use define for
--enable-stacksize
init value.
2017-08-15 21:19:28 -07:00
test
fix wc_ecc_import_private_key_ex() with WOLFSSL_VALIDATE_ECC_IMPORT with private only, wolfcrypt test
2017-08-10 10:04:14 -06:00
user-crypto
add sanity check in fast-rsa and change loop behavior when generating fast-rsa key
2017-08-01 11:29:16 -06:00