CVSROOT: /cvs Module name: src Changes by: inogu...@cvs.openbsd.org 2017/01/31 06:17:21
Modified files: lib/libcrypto/evp: e_aes.c e_rc4_hmac_md5.c Log message: LibreSSL : Truncated packet could crash via OOB read This patch is originally from master branch of OpenSSL. - 2198b3a crypto/evp: harden AEAD ciphers. - 8e20499 crypto/evp: harden RC4_MD5 cipher. ok tom@