Re: faled to read serial number(ASN1_INTEGER) from x509 certiticate using openssl

2011-12-21 Thread Dr. Stephen Henson
On Wed, Dec 21, 2011, chetanrun wrote: > > How to read certificate details ( serial number, issuer , subject details) > from x509 certificate using Openssl. > > I parsed P12 file using PKCS12_parse(), then retrieved serial number in > ASN1_INTEGER format from objtained x509 certificate. But how

faled to read serial number(ASN1_INTEGER) from x509 certiticate using openssl

2011-12-21 Thread chetanrun
How to read certificate details ( serial number, issuer , subject details) from x509 certificate using Openssl. I parsed P12 file using PKCS12_parse(), then retrieved serial number in ASN1_INTEGER format from objtained x509 certificate. But how do I parse it so that it can be read. -- View this