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

SSL session allocation/freeing memory leak issue

2004-10-06 Thread Areg Alimian
Hi all, I have an issue with SSL session structure memory allocation and freeing. Upon initialization, I perform the following: Allocate memory for SSL_CTX by SSL_CTX_new() Initialize the context with a cert. Allocate memory for input and output buffers via BIO_new() Allocate and

RE: SSL session allocation/freeing memory leak issue

2004-10-06 Thread Areg Alimian
PROTECTED] Behalf Of Areg Alimian Sent: Wednesday, October 06, 2004 9:07 PM To: [EMAIL PROTECTED] Subject: SSL session allocation/freeing memory leak issue Hi all, I have an issue with SSL session structure memory allocation and freeing. Upon initialization, I perform the following: Allocate

Error during Cert Request

2004-09-07 Thread Areg Alimian
Im using the OpenSSL Certificate Authority to generate X.509 v3 certs for TLS Client Authentication. After creating the CA Root cert and the private key, I generate a certificate request and then issue the command to get it signed by the CA. At this point I get the following error:

Error with Digital Envelope routines(EVP)

2004-08-23 Thread Areg Alimian
Hello All, When using the openSSL 0.9.7b PKCS #12 API calls to parse an X.509 PKCS 12 certificate, I get the following errors: 2185571712:error:06074079:digital envelope routines:EVP_PBE_CipherInit:unknown pbe algorithm:evp_pbe.c:89:TYPE=pbeWithSHA1And3-KeyTripleDES-CBC

Extracting DN from an X.509 cert BLOB

2004-08-11 Thread Areg Alimian
Hi all! Is there a simple way to convert the certificate name blob to a null terminated char string using OpenSSL? Thank you, Areg

RE: Extracting DN from an X.509 cert BLOB

2004-08-11 Thread Areg Alimian
] [mailto:[EMAIL PROTECTED] On Behalf Of Dr. Stephen Henson Sent: Wednesday, August 11, 2004 12:07 PM To: [EMAIL PROTECTED] Subject: Re: Extracting DN from an X.509 cert BLOB On Wed, Aug 11, 2004, Areg Alimian wrote: Hi all! Is there a simple way to convert the certificate name blob to a null

RE: openssl newbie HELP!

2004-08-01 Thread Areg Alimian
Liam, This link might help, http://www.eclectica.ca/howto/ssl-cert-howto.php#rootc -Areg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Liam Escario Sent: Monday, August 02, 2004 1:33 AM To: [EMAIL PROTECTED] Subject: openssl newbie HELP! Hi! Can

RE: TLS protocol question

2004-07-12 Thread Areg Alimian
EAP-TLS is a bit different from conventional TLS in its use of TLS Handshake and TLS Record layers. Usually when you use TLS for let's say a web server authentication session, the TLS handshake layer is used for authentication and key material derivation, and subsequently the TLS Record layer is