CVSROOT: /cvs Module name: src Changes by: lo...@cvs.openbsd.org 2014/06/10 12:00:59
Modified files: lib/libssl/src/ssl: s3_enc.c Log message: Check return value of EVP_MD_CTX_copy_ex() in ssl3_handshake_mac() to avoid potential null pointer dereference. Based on david ramos work. OK from miod@ and jsing@