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 03:02:19 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
755097d512a226add52e5449312de8a9053d3111
wolfssl
/
wolfcrypt
History
Kareem
755097d512
Track if RNG seed FD was opened and only close it if it was already open. This fixes the case where wc_FreeRng is called when _InitRng was not called on the RNG. Since the FD value defaults to 0 before _InitRng was called, and 0 is potentially a valid FD, it was being closed.
2025-12-18 15:27:00 -07:00
..
benchmark
Merge pull request
#9495
from SparkiDev/aarch64_no_hw_crypto_asm_aes
2025-12-11 12:46:07 -06:00
src
Track if RNG seed FD was opened and only close it if it was already open. This fixes the case where wc_FreeRng is called when _InitRng was not called on the RNG. Since the FD value defaults to 0 before _InitRng was called, and 0 is potentially a valid FD, it was being closed.
2025-12-18 15:27:00 -07:00
test
tweaks from PRBs results:
2025-12-17 11:01:11 -06:00