mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
* 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
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -10,6 +10,10 @@ Changes with Apache 2.3.3
|
|||||||
mod_proxy_ftp: NULL pointer dereference on error paths.
|
mod_proxy_ftp: NULL pointer dereference on error paths.
|
||||||
[Stefan Fritsch <sf fritsch.de>, Joe Orton]
|
[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.
|
*) mod_cache: don't cache incomplete responses, per RFC 2616, 13.8.
|
||||||
PR15866. [Dan Poirier]
|
PR15866. [Dan Poirier]
|
||||||
|
|
||||||
|
@@ -1038,12 +1038,16 @@ static const char *ssl_hook_Fixup_vars[] = {
|
|||||||
"SSL_CLIENT_V_START",
|
"SSL_CLIENT_V_START",
|
||||||
"SSL_CLIENT_V_END",
|
"SSL_CLIENT_V_END",
|
||||||
"SSL_CLIENT_V_REMAIN",
|
"SSL_CLIENT_V_REMAIN",
|
||||||
|
"SSL_CLIENT_S_DN",
|
||||||
|
"SSL_CLIENT_I_DN",
|
||||||
"SSL_CLIENT_A_KEY",
|
"SSL_CLIENT_A_KEY",
|
||||||
"SSL_CLIENT_A_SIG",
|
"SSL_CLIENT_A_SIG",
|
||||||
"SSL_SERVER_M_VERSION",
|
"SSL_SERVER_M_VERSION",
|
||||||
"SSL_SERVER_M_SERIAL",
|
"SSL_SERVER_M_SERIAL",
|
||||||
"SSL_SERVER_V_START",
|
"SSL_SERVER_V_START",
|
||||||
"SSL_SERVER_V_END",
|
"SSL_SERVER_V_END",
|
||||||
|
"SSL_SERVER_S_DN",
|
||||||
|
"SSL_SERVER_I_DN",
|
||||||
"SSL_SERVER_A_KEY",
|
"SSL_SERVER_A_KEY",
|
||||||
"SSL_SERVER_A_SIG",
|
"SSL_SERVER_A_SIG",
|
||||||
"SSL_SESSION_ID",
|
"SSL_SESSION_ID",
|
||||||
|
Reference in New Issue
Block a user