summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2009-09-30 21:19:10 +0200
committerRuediger Pluem <rpluem@apache.org>2009-09-30 21:19:10 +0200
commitb35eb008ea24a26c4fd4264b9d4af638d74d4b72 (patch)
tree808f13d2af9977a9abb775a8464971b9426ae7d9 /CHANGES
parentTry to have consistent interface regardless of slotmem or (diff)
downloadapache2-b35eb008ea24a26c4fd4264b9d4af638d74d4b72.tar.xz
apache2-b35eb008ea24a26c4fd4264b9d4af638d74d4b72.zip
* Fix a regression from r724717 by reintroducing SSL_CLIENT_S_DN,
SSL_CLIENT_I_DN, SSL_SERVER_S_DN, SSL_SERVER_I_DN back to the environment variables to be set by mod_ssl. Submitted by: Peter Sylvester <peter.sylvester edelweb.fr> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@820401 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 17860a0d9d..95630f7d21 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,10 @@ Changes with Apache 2.3.3
mod_proxy_ftp: NULL pointer dereference on error paths.
[Stefan Fritsch <sf fritsch.de>, Joe Orton]
+ *) mod_ssl: Reintroduce SSL_CLIENT_S_DN, SSL_CLIENT_I_DN, SSL_SERVER_S_DN,
+ SSL_SERVER_I_DN back to the environment variables to be set by mod_ssl.
+ [Peter Sylvester <peter.sylvester edelweb.fr>]
+
*) mod_cache: don't cache incomplete responses, per RFC 2616, 13.8.
PR15866. [Dan Poirier]