]> granicus.if.org Git - apache/commitdiff
Jeff reminds me, document this one (users observed the bug).
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 6 Mar 2003 16:30:34 +0000 (16:30 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 6 Mar 2003 16:30:34 +0000 (16:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98901 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 91d22b4831a78efc94aa95e1cfe93f2f33aa001b..948196833527d39694d79326c00e947067063373 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -165,6 +165,10 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.45
 
+  *) Fixed mod_ssl's SSLCertificateChain initialization to no longer 
+     skip the first cert of the chain by default.  This misbehavior 
+     was introduced in 2.0.34.  PR 14560  [Madhusudan Mathihalli]
+
   *) mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot
      be started on Unix because of such problems as bad permissions,
      bad shebang line, etc.  [Jeff Trawick]