Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Feb 2011 11:09:39 +0000 (UTC)
From:      "Simon L. Nielsen" <simon@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/crypto/openssl/ssl t1_lib.c
Message-ID:  <201102131109.p1DB9u7a097200@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
simon       2011-02-13 11:09:39 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8_2)
    crypto/openssl/ssl   t1_lib.c 
  Log:
  SVN rev 218635 on 2011-02-13 11:09:39Z by simon
  
  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
  
  Revision     Changes    Path
  1.2.2.2.2.1  +7 -1      src/crypto/openssl/ssl/t1_lib.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102131109.p1DB9u7a097200>