]> CyberLeo.Net >> Repos - FreeBSD/releng/8.2.git/commit
MFS 218633:
authorsimon <simon@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 Feb 2011 11:09:39 +0000 (11:09 +0000)
committersimon <simon@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 Feb 2011 11:09:39 +0000 (11:09 +0000)
commit2c12df5367b6b360d500ddef6381265e29dbce1a
tree9279b6a3d38579b4aae5e0cf332e035b5e33c399
parentd604b08050da0e9accc73130c4e14b11528a842b
MFS 218633:

Fix Incorrectly formatted ClientHello SSL/TLS handshake messages could
cause OpenSSL to parse past the end of the message.

Note: Applications are only affected if they act as a server and call
SSL_CTX_set_tlsext_status_cb on the server's SSL_CTX. This includes
Apache httpd >= 2.3.3, if configured with "SSLUseStapling On".

The very quick merge is done to get this fix into 7.4 / 8.2.

Approved by: re (bz)
Obtained from: OpenSSL CVS
Security: http://www.openssl.org/news/secadv_20110208.txt
Security: CVE-2011-0014

git-svn-id: svn://svn.freebsd.org/base/releng/8.2@218635 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
crypto/openssl/ssl/t1_lib.c