Client certificate question

2002-02-22 Thread Sejin Choi
Hi, all. Thanks for all the advices you all gave me on my previous question regarding client certficate question. I've attached simple client/server code I've been using to establish SSL connection between TCP/IP client/server application program. Client side verified server certificate without

Re: Client certificate question

2002-02-22 Thread Sejin Choi
any difference from the server side certificate. Even without setting the verify funcition, it still has the same problem. Thanks. Dr S N Henson wrote: Sejin Choi wrote: Hi, all. Thanks for all the advices you all gave me on my previous question regarding client certficate question

Re: Client certificate question

2002-02-22 Thread Sejin Choi
can enjoy my weekend without worrying about SSL). :) /Best regards, Sejin Dr S N Henson wrote: Sejin Choi wrote: Ah, this is just a sample code just to see if it's working. This is not the full version of application code. :) While making the sample code, I think I made a mistake to put

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

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

2002-02-18 Thread Sejin Choi
-side certificate, but I don't know how to generate/verify client-side certificate for general TCP/IP client. Can any one please help? Göran Fröjdh wrote: 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

Client certificate verification problem

2001-10-04 Thread Sejin Choi
Hi, all. It seems my last e-mail is somehow lost, so I'm resending it. Please give me some advice. :) Since my program is not for web site but general client/server communication program, I'd like to add a client certificate verification from the server side. I couldn't find any reference on