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:
@@ -1038,12 +1038,16 @@ static const char *ssl_hook_Fixup_vars[] = {
|
||||
"SSL_CLIENT_V_START",
|
||||
"SSL_CLIENT_V_END",
|
||||
"SSL_CLIENT_V_REMAIN",
|
||||
"SSL_CLIENT_S_DN",
|
||||
"SSL_CLIENT_I_DN",
|
||||
"SSL_CLIENT_A_KEY",
|
||||
"SSL_CLIENT_A_SIG",
|
||||
"SSL_SERVER_M_VERSION",
|
||||
"SSL_SERVER_M_SERIAL",
|
||||
"SSL_SERVER_V_START",
|
||||
"SSL_SERVER_V_END",
|
||||
"SSL_SERVER_S_DN",
|
||||
"SSL_SERVER_I_DN",
|
||||
"SSL_SERVER_A_KEY",
|
||||
"SSL_SERVER_A_SIG",
|
||||
"SSL_SESSION_ID",
|
||||
|
Reference in New Issue
Block a user