mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 05:30:50 +02:00
Zeroize static ephemeral key buffer before free
F-2144 SetStaticEphemeralKey loaded a private key file into keyBuf and freed it without ForceZero. Static ephemeral keys are long-lived, so zeroize the buffer before XFREE.
This commit is contained in:
Reference in New Issue
Block a user