RE: Determining certificate type

2005-09-22 Thread Chevalier, Victor T.
[mailto:owner-openssl-users@openssl.org] On Behalf Of Areg Alimian Sent: Wednesday, September 21, 2005 2:53 PM To: openssl-users@openssl.org Subject: Determining certificate type Hello all, Is there an API call within OpenSSL libraries which will return the type (e.g. PKCS#12 cert, PKCS#7 cert chain

Re: Determining certificate type

2005-09-22 Thread Dr. Stephen Henson
On Thu, Sep 22, 2005, Chevalier, Victor T. wrote: Areg, I haven't seen it looking though the 0.9.7 api...but you could try to load the files into the object containers and see if it holds it...WARNING: THIS MAY CAUSE YOUR APPLICATION TO NOT FUNCTION PROERLY! That's what I suggested in an

RE: Determining certificate type

2005-09-22 Thread Chevalier, Victor T.
] [mailto:[EMAIL PROTECTED] On Behalf Of Dr. Stephen Henson Sent: Thursday, September 22, 2005 11:33 AM To: openssl-users@openssl.org Subject: Re: Determining certificate type On Thu, Sep 22, 2005, Chevalier, Victor T. wrote: Areg, I haven't seen it looking though the 0.9.7 api...but you could try

Determining certificate type

2005-09-21 Thread Areg Alimian
Hello all, Is there an API call within OpenSSL libraries which will return the type (e.g. PKCS#12 cert, PKCS#7 cert chain, etc) of a given certificate file? Your response would be much appreciated. -Areg Alimian P.S. This might appear as a redundant message, but I dont think