CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2014/06/10 05:32:38

Modified files:
        lib/libssl/src/ssl: s3_enc.c 

Log message:
Multiple fixes for ssl3_digest_cached_records() - if EVP_MD_CTX_create()
fails, the NULL check will add an error but it does not abort. This will
result in EVP_DigestInit_ex() being called with a NULL context.
Also ensure that we check the return values from EVP_DigestInit_ex() and
EVP_DigestUpdate().

ok deraadt@ miod@

Reply via email to