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


Lampa <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |[email protected]
            Version|2.2.8                       |2.2.13
         Resolution|FIXED                       |


--- Comment #6 from Lampa <[email protected]> 2009-08-27 07:48:33 PDT ---
still no working in 2.2.13 (and 2.2.9) (at least for me)

using OpenSSL 0.9.8k 25 Mar 2009 and mod_ssl/2.2.13 compiled against Server:
Apache/2.2.13, Library: OpenSSL/0.9.8k

tried old certs and generated new one and also tried userID, UID

after aplying Peter Sylvester minipatch
#ifdef NID_userId
    { "UID",   NID_userId                 }, /* officially see RFC 4514 */
#else
        #ifdef NID_x500UniqueIdentifier /* new name as of Openssl 0.9.7 */
    { "UID",   NID_x500UniqueIdentifier   },
        #else /* old name, OpenSSL < 0.9.7 */
    { "UID",   NID_uniqueIdentifier       },
        #endif
#endif

start working

-- 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to