Is there any table where we can find all correspondences between OIDs and attributes they represent in the subject field of certificate. For example, I know that "1.3.6.1.4.1.311.20.2" means certificate's template name, "2.5.29.30" - name restrictions. Where can we find other oids especially for main attributes such as CN, C, S, L, O, OU...?

link|improve this question

80% accept rate
possible duplicate of Certificate subject X.509 – Eugene Mayevski 'EldoS Corp Jun 24 '11 at 9:26
feedback

2 Answers

up vote 2 down vote accepted

Found it here http://technet.microsoft.com/en-us/library/cc772812(WS.10).aspx

link|improve this answer
feedback

A very good reference is Peter Gutmann's dumpasn1 tool. It has an extensive configuration file which is a database for many PKI related OIDs.

Alternatively OpenSSL's database of OID isn't human readable in its original or processed. But using OpenSSL functions like OBJ_nid2obj or OBJ_obj2nid in combination with BJ_nid2ln and OBJ_nid2sn you can easily make lookups.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.