View | Details | Raw Unified | Return to bug 45107
Collapse All | Expand All

(-)./modules/ssl/ssl_engine_vars.c.orig (-5 / +1 lines)
Lines 412-422 Link Here
412
    { "G",     NID_givenName              },
412
    { "G",     NID_givenName              },
413
    { "S",     NID_surname                },
413
    { "S",     NID_surname                },
414
    { "D",     NID_description            },
414
    { "D",     NID_description            },
415
#ifdef NID_x500UniqueIdentifier /* new name as of Openssl 0.9.7 */
415
    { "UID",   NID_userId                 }, /* officially see RFC 4514 */
416
    { "UID",   NID_x500UniqueIdentifier   },
417
#else /* old name, OpenSSL < 0.9.7 */
418
    { "UID",   NID_uniqueIdentifier       },
419
#endif
420
    { "Email", NID_pkcs9_emailAddress     },
416
    { "Email", NID_pkcs9_emailAddress     },
421
    { NULL,    0                          }
417
    { NULL,    0                          }
422
};
418
};

Return to bug 45107