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 2010/03/25 12:20:29 UTC

DO NOT REPLY [Bug 45107] Client certificate attribute UID not usable in env var SSL_CLIENT_S_DN_UID since wrong NID/OID assigned

https://issues.apache.org/bugzilla/show_bug.cgi?id=45107

Lampa <la...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
           Platform|All                         |PC
            Version|2.2.13                      |2.2.15
         Resolution|FIXED                       |
         OS/Version|All                         |Linux

--- Comment #16 from Lampa <la...@gmail.com> 2010-03-25 11:20:26 UTC ---
Is possible in 2.2.15 version reverted to (eg discarded
http://svn.apache.org/viewvc?view=revision&revision=811812):

#ifdef NID_userId
    { "UID",   NID_x500UniqueIdentifier,   1 },
#endif

instead:
+ #ifdef NID_userId
+    { "UID",   NID_userId                 }, /* officially see RFC 4514 */
+ #endif
?

Now is not possible to use SSL_CLIENT_S_DN_UID which refers to openssl
NID_userId

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

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