]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 218625:
authorsimon <simon@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 Feb 2011 10:22:43 +0000 (10:22 +0000)
committersimon <simon@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 Feb 2011 10:22:43 +0000 (10:22 +0000)
commit020e9271c904f65ef7eb7b3ff79e197579cc9c84
tree4a41597934add1d8a58bb3e03f6827bf2da24820
parentbda16418af6cc7266ae01206d04dd0f680eb9851
MFC 218625:
 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 MFC is done to get this fix into 7.4 / 8.2.

Discussed with: re
Approved by: so (simon, for "instant" MFC)
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/stable/8@218633 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
crypto/openssl/ssl/t1_lib.c