https://issues.apache.org/bugzilla/show_bug.cgi?id=45107
Peter Sylvester <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |RFC --- Comment #1 from Peter Sylvester <[email protected]> 2009-06-12 05:23:12 PST --- OpenSSL has changed the definition of the NIDs in question some time in the past. Until the definition of NID_Userid, the OID was simply wrong. in the example, the x_DN is correctly formatted using an openssl function. The patch replaces the ifdefs and nids by an unconditional use of NID_userId In order to maintain the possibility to compile with older versions (without any consideration about their stability in other areas) I suggest to use + #ifdef NID_userId + { "UID", NID_userId }, /* officially see RFC 4514 */ + #endif Peter Sylvester -- 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]
