History log of /freebsd-10-stable/crypto/openssl/crypto/evp/e_rc4_hmac_md5.c
Revision Date Author Comments
# 312863 27-Jan-2017 delphij

Backport OpenSSL commit 56336b6c7a75ed28067cadedd8ac46572348bc2f:

crypto/evp: harden RC4_MD5 cipher.

Originally a crash in 32-bit build was reported CHACHA20-POLY1305
cipher. The crash is triggered by truncated packet and is result
of excessive hashing to the edge of accessible memory (or bogus
MAC value is produced if x86 MD5 assembly module is involved). Since
hash operation is read-only it is not considered to be exploitable
beyond a DoS condition.

Thanks to Robert Święcki for report.

This is a direct commit to stable/10.

Security: CVE-2017-3731


# 284285 11-Jun-2015 jkim

MFC: r284283

Merge OpenSSL 1.0.1n.


# 280304 20-Mar-2015 jkim

MFC: r280297

Merge OpenSSL 1.0.1m.

Relnotes: yes


# 284285 11-Jun-2015 jkim

MFC: r284283

Merge OpenSSL 1.0.1n.


# 280304 20-Mar-2015 jkim

MFC: r280297

Merge OpenSSL 1.0.1m.

Relnotes: yes