Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Feb 2011 21:30:46 +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:  <201102122130.p1CLUxi1088569@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



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