On 2009.05.20 at 14:05:05 +0300, Lior Aharoni wrote: > 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?
It is d2i_X509 function. It has same API as all other d2i functions and return X509 structure which can be passed to various OpenSSL information functions. Unfortunately, this part of OpenSSL is quite poorly documented. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org