RE: OpenSSL demos/ssl Query - Client does not have certificate.

2009-05-15 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of mail man > Sent: Friday, 15 May, 2009 02:27 > I am using the demo files: openssl-0.9.8j/demos/ssl/cli.cpp and serv.cpp (attached) > Console output from server ... > Client does not have certificate. >

Re: OpenSSL demos/ssl Query - Client does not have certificate.

2009-05-15 Thread Junaid Khokhar
OpenSSL command line utility provides many functions to genereate certificate requests and sign them. You can google its easily availble. On 5/15/09, mail man wrote: > OK, I think it is obvious that the client doesn't have a certificate. How do > I generate a certificate for the client? > Appreci

Re: OpenSSL demos/ssl Query - Client does not have certificate.

2009-05-15 Thread mail man
OK, I think it is obvious that the client doesn't have a certificate. How do I generate a certificate for the client? Appreciate your help. On Fri, May 15, 2009 at 11:57 AM, mail man wrote: > Hi experts, > > I am using the demo files: openssl-0.9.8j/demos/ssl/cli.cpp and serv.cpp > (attached) > >