You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sha: Use EVP_DigestInit_ex for resetting EVP_MD_CTX
Calling EVP_DigestInit on an already initialized EVP_MD_CTX results in
memory leak on OpenSSL 1.0.2. This switches to using
EVP_DigestInit_ex to ensure that the underlying EVP_MD_CTX is reset.
Signed-off-by: Daiki Ueno <[email protected]>
0 commit comments