Hi All, Can someone please direct me to the relevant OpenSSL API for decoding binary stream of the entire certificate content in ASN.1 format?
The reason that I need it is for extracting extra details from certificate that I'm getting from IIS web server using Request.ClientCertificate["Certificate"] call. I don't want to use microsoft's API for extracting the details because of compatability issues between MS & OpenSSL in fields represantation. As stated in Microsoft documantation, the Request.ClientCertificate["Certificate"] value is: A string containing the binary stream of the entire certificate content in ASN.1 format. This is useful to discover if special *SubFields* are present. http://msdn.microsoft.com/en-us/library/ms524668.aspx Thanks, -- Lior Aharoni