summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDoug MacEachern <dougm@apache.org>2002-06-11 03:12:33 +0000
committerDoug MacEachern <dougm@apache.org>2002-06-11 03:12:33 +0000
commit5f0320d1c1d4e84e73597bd47e2931b4f7370647 (patch)
tree2f79c7821ad524132411941d446c68df0be23c97 /CHANGES
parentb237145761feee61bf8fb3228ce6b5e0eb60c200 (diff)
downloadhttpd-5f0320d1c1d4e84e73597bd47e2931b4f7370647.tar.gz
PR:
Obtained from: Submitted by: Reviewed by: 'SSLOptions +OptRengotiate' will use client cert in from the ssl session cache when there is no cert chain in the cache. prior to the fix this situation would result in a FORBIDDEN response and error message "Cannot find peer certificate chain" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95601 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 41a2c69cdf..45fe399804 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
Changes with Apache 2.0.37
+ *) 'SSLOptions +OptRengotiate' will use client cert in from the ssl
+ session cache when there is no cert chain in the cache. prior to
+ the fix this situation would result in a FORBIDDEN response and
+ error message "Cannot find peer certificate chain"
+ [Doug MacEachern]
+
*) ap_finalize_sub_req_protocol() shouldn't send an EOS bucket if
one was already sent. PR 9644 [Jeff Trawick]