SSL Client Authentication using p12 File

2004-09-24 Thread Kushal Shah
HI, I have a p12 file that I need to use for authenticating myself as a client to access a secured site. I am talking about Trans Union site. Has anyone done anything in this area ? How can this be done. Regards, Kushal. __ OpenSSL

Re: Long - Some questions about SSL, Client Authentication...

2003-09-05 Thread Dr. Stephen Henson
On Thu, Sep 04, 2003, Ohaya wrote: > One final question... This one may be specific to the behavior of IE, > but I'm not sure: > > 1) I have one server certificate installed in IIS, which I created when > I did the Certificate Server installation. > > 2) In my IE browser, I have two client cert

RE: Long - Some questions about SSL, Client Authentication...

2003-09-05 Thread Bart J. Smit
... -Original Message- From: Ohaya [mailto:[EMAIL PROTECTED] Sent: 05 September 2003 01:26 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Long - Some questions about SSL, Client Authentication... Hi, I'm new here, and have been "experimenting" with SSL and client authentication a

Re: [OpenSC-devel] ssl client authentication

2003-08-04 Thread Nils Larsch
On Monday 04 August 2003 21:15, David Mattes wrote: > hi, > > i'm trying to use OpenSSL s_client with OpenSC PKCS#15 engine. the > engine works for operations such as key generation and PKCS#1 > signatures. i've modified the s_client code to be able to use a private > key on the smartcard via the

ssl client authentication

2003-08-04 Thread David Mattes
hi, i'm trying to use OpenSSL s_client with OpenSC PKCS#15 engine. the engine works for operations such as key generation and PKCS#1 signatures. i've modified the s_client code to be able to use a private key on the smartcard via the OpenSC engine. i'm running into some problems with comput