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 2005/06/01 12:17:53 UTC

DO NOT REPLY [Bug 35154] New: - Support for NID_serialNumber, etc. in SSUserName

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=35154>.
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=35154

           Summary: Support for NID_serialNumber, etc. in SSUserName
           Product: Apache httpd-2.0
           Version: 2.0.54
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: mod_ssl
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: mstern@csc.com


The SSUserName directive does not support the field 'NID_serialNumber'.
This field is commonly used for the official unique id in national identity
certificates; it would really help to add it.

I tried to add the line
    { LN_serialNumber, NID_serialNumber   },
in ssl_var_lookup_ssl_cert_dn_rec[] (ssl_engine_var.c), but it doesn't work.

I also added
    "SSL_CLIENT_S_DN_serialNumber",
in ssl_hook_Fixup_vars[] (ssl_engine_kernel.c), but it doesn't help either.

-- 
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