Finding certificate extension using Object Identifier

2009-05-13 Thread Gaurav Aggarwal
Hi, I was trying to find a custom extension using its object identifier (in decimal) : 1, 3, 6, 1, 5, 5, 7, 1, 100. It seems to me that only CERT_FindCertExtension() function is public. But it takes an integer tag that gets mapped to the actual object identifier. Does it mean that i would

Re: Finding certificate extension using Object Identifier

2009-05-13 Thread Nelson B Bolyard
Gaurav Aggarwal wrote, On 2009-05-13 20:07 PDT: I was trying to find a custom extension using its object identifier (in decimal) : 1, 3, 6, 1, 5, 5, 7, 1, 100. It seems to me that only CERT_FindCertExtension() function is public. If you would like to see CERT_FindCertExtensionByOID be