You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2007/10/31 16:50:37 UTC

DO NOT REPLY [Bug 43755] New: - Add a SSLOptions to don't fill SSL_CLIENT_VERIFY

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43755>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43755

           Summary: Add a SSLOptions to don't fill SSL_CLIENT_VERIFY
           Product: Apache httpd-2
           Version: 2.2.6
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: mod_ssl
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: asyd@asyd.net


For a verify specific purpose (explained later), I need to define
SSL_CLIENT_VERIFY to SUCCESS by another module than mod_ssl even if there is no
X509 client certificate authentication. 

To achieve my whish, I wrote a small patch which add the NoClientVerifyEnvVars
options to SSLOptions, if this option is enabled, mod_ssl skip this variable.

The patch can be found here: http://kaoru.asyd.net/~asyd/ssl.patch

This patch can probably be useful for others usage, that's why I submit it..

Context: I actually work on a mod_perl module which use an extended CAS (Central
Authentication Services) - a SSO solution - to authenticate users, and provide a
fake SSL X509 client authentication from a certificate provided in the CAS
answer. To be sure that this module can work with out modify applications, I
want to set SSL_CLIENT_VERIFY to SUCCESS, but I'm not able to overwrite the
variable, that's why I wrote this patch.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 43755] - Add a SSLOptions to don't fill SSL_CLIENT_VERIFY

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43755>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43755





------- Additional Comments From asyd@asyd.net  2007-10-31 08:51 -------
Created an attachment (id=21071)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=21071&action=view)
NoClientVerifyEnvVars patch


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 43755] - Add a SSLOptions to don't fill SSL_CLIENT_VERIFY

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43755>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43755


asyd@asyd.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org