CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/28 14:47:17
Modified files:
lib/libcrypto/gost: gost89imit_pmeth.c
Log message:
Clean up pkey_gost_mac_keygen()
Make this function single exit, check and assign and finally error
check EVP_PKEY_assign(). This can't actually fail currently, but
if it did, things would leak. Free the key data with freezero.
ok jsing
CID 471704 (false positive)
