Re: printing a certificate

2010-06-02 Thread Dallas Clement
Thanks gents! On Wed, Jun 2, 2010 at 6:45 AM, Dr. Stephen Henson wrote: > On Tue, Jun 01, 2010, Dallas Clement wrote: > >> Hi, >> >> Would someone kindly tutor me on how to print out a certificate >> programmatically?  I know how to extract the common name, but was just >> wondering if there is a

Re: printing a certificate

2010-06-02 Thread Dr. Stephen Henson
On Tue, Jun 01, 2010, Dallas Clement wrote: > Hi, > > Would someone kindly tutor me on how to print out a certificate > programmatically? I know how to extract the common name, but was just > wondering if there is an API function to just print the whole thing in > human readable form? > >X5

RE: printing a certificate

2010-06-01 Thread Arunkumar Manickam
Look at openssl-*/apps/x509.c Arun -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dallas Clement Sent: Wednesday, June 02, 2010 9:50 AM To: openssl-users@openssl.org Subject: printing a certificate Hi, Would someone kindly