From owner-cvs-src-old@FreeBSD.ORG Sat Feb 12 21:30:59 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CFC41065788 for ; Sat, 12 Feb 2011 21:30:59 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B0158FC13 for ; Sat, 12 Feb 2011 21:30:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1CLUxq2088570 for ; Sat, 12 Feb 2011 21:30:59 GMT (envelope-from simon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1CLUxi1088569 for cvs-src-old@freebsd.org; Sat, 12 Feb 2011 21:30:59 GMT (envelope-from simon@repoman.freebsd.org) Message-Id: <201102122130.p1CLUxi1088569@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to simon@repoman.freebsd.org using -f From: "Simon L. Nielsen" Date: Sat, 12 Feb 2011 21:30:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/crypto/openssl/ssl t1_lib.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2011 21:30:59 -0000 simon 2011-02-12 21:30:46 UTC FreeBSD src repository Modified files: crypto/openssl/ssl t1_lib.c Log: SVN rev 218625 on 2011-02-12 21:30:46Z by simon 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". Security: http://www.openssl.org/news/secadv_20110208.txt Security: CVE-2011-0014 Obtained from: OpenSSL CVS Revision Changes Path 1.5 +7 -1 src/crypto/openssl/ssl/t1_lib.c