CVSROOT:        /cvs
Module name:    src
Changes by:     kenj...@cvs.openbsd.org 2025/05/20 21:53:20

Modified files:
        lib/libcrypto/kdf: hkdf_evp.c tls1_prf.c 
        regress/lib/libcrypto/evp: evp_pkey_cleanup.c 

Log message:
Add NULL checks to HKDF and TLS1-PRF EVP_PKEY cleanup functions

Check if ctx->data is NULL before calling freezero(). Also add
HKDF and TLS1-PRF to the EVP_PKEY cleanup regression test, as
they no longer crash with this change.

ok tb@

Reply via email to