how to create client certificate with openssl & iis 5.1

2005-09-12 Thread Tao Lin
Hi, I am using Win XP Pro and IIS 5.1 I can successful create a server certificate using openssl and install it into IIS 5.1 by the follow reference: http://eal.us/blog/_archives/2003/6/2/25109.html But I don't know how to create a client certificate and make it work with my IIS 5.1 What I tr

Re: How to create client certificate

2002-02-19 Thread Dr S N Henson
"Fisk, Kevin" wrote: > > On the client side, you also need the lines: > > SSL_CTX_use_PrivateKey_file(ctx, "client.pem", SSL_FILETYPE_PEM); > SSL_CTX_use_certificate_file(ctx, "client.pem", SSL_FILETYPE_PEM); > > And, on the server side, you need a verifier function. > > int verif

RE: How to create client certificate

2002-02-19 Thread Fisk, Kevin
escribed better here: http://docs.csoft.net/cgi-bin/man.cgi?section=3&topic=SSL_CTX_set_verify Kevin -Original Message- From: Sejin Choi [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 10:10 AM To: [EMAIL PROTECTED] Subject: How to create client certificate Hi, all.

RE: How to create client certificate

2002-02-19 Thread Franck Martin
e- From: Göran Fröjdh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 19 February 2002 6:44 To: [EMAIL PROTECTED] Subject: Re: How to create client certificate Den 02-02-18 19.09 skrev "Sejin Choi" <[EMAIL PROTECTED]> följande: > But it seems that it works only for server-side ce

How to create client certificate on TCP client not a web browser.

2002-02-18 Thread Sejin Choi
Hi, Goran. Thanks for your tip. I really appreciate it. :) However, my client/server application is not web-browser based. I'm sorry that I didn't clearly state my problem. :( I'm trying to use SSL over regular TCP/IP client/server communication on Linux machine. I successfully verified server-sid

Re: How to create client certificate

2002-02-18 Thread Göran Fröjdh
Den 02-02-18 19.09 skrev "Sejin Choi" <[EMAIL PROTECTED]> följande: > But it seems that it works only for server-side certificate > verification. > Thanks in advance and have a great day. Hi. I've just accomplished this by reading the following guide, which is a "hands-on" for client auth. http

How to create client certificate

2002-02-18 Thread Sejin Choi
Hi, all. I wrote a client/server application that uses SSL, and it currently verifies server-side certificate only. Now I'm trying to add client certificate verification. At the beginning, I thought I could just create/verifify client certicate using openssl command just as I did for server certi