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...?
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.
Found it here http://technet.microsoft.com/en-us/library/cc772812(WS.10).aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With