RE: How to use pkcs12 in SSL library

2002-05-16 Thread Marc-André Levesque
call SSL_CTX_use_certificate and SSL_CTX_use_PrivateKey. (instead of SSL_CTX_use_certificate_file) Marc-André Lévesque -Original Message- From: Kin Jun [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 8:31 AM To: [EMAIL PROTECTED] Subject: How to use pkcs12 in SSL library Hello fr

Re: How to use pkcs12 in SSL library

2002-05-16 Thread Lutz Jaenicke
On Thu, May 16, 2002 at 09:31:19PM +0900, Kin Jun wrote: > I am a beginner in OpenSSL. I am trying to realize client authentication > with SSL library in my application. > > I suceeded in sending to a server by using .PEM file as follows: > SSL_CTX_use_certificate_file(ctx,

How to use pkcs12 in SSL library

2002-05-16 Thread Kin Jun
Hello friends: How are you! I am Kinj. I am a beginner in OpenSSL. I am trying to realize client authentication with SSL library in my application. I suceeded in sending to a server by using .PEM file as follows: SSL_CTX_use_certificate_file(ctx, MyClient.pem, SSL_FILET