Re: Parsing the .crt extension certificate file to extract the details

2011-09-22 Thread rbrahmaa
rbrahmaa wrote: > > Hi All, > > I am entirely new to OpenSSL, 0% knowledge of this. > > My Requirement is to Parse the *.crt extension certificate and extract all > the details like issuer, public key,validity details,serial > no,OU,O,C,Signature Algorithm,subject

Parsing the .crt extension certificate file to extract the details

2011-09-17 Thread rbrahmaa
Hi All, I am entirely new to OpenSSL, 0% knowledge of this. My Requirement is to Parse the *.crt extension certificate and extract all the details like issuer, public key,validity details,serial no,OU,O,C,Signature Algorithm,subject and display same on the screen for user through C++ programming