RE: Client certificate verification: performance

2012-07-02 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of Sukalp Bhople >Sent: Friday, 29 June, 2012 19:37 >Following is the code I used at server side program. >while (1) { >SSL *ssl = SSL_new(ctx); >SSL_set_fd(ssl, clientserver[1]); > if (SSL_accept(ssl) != 1) > break; >result

Re: Client certificate verification

2012-06-29 Thread Sukalp Bhople
Hi Dave, Thank you very much for the detailed reply. Following is the code I used at server side program. while (1) { SSL *ssl = SSL_new(ctx); SSL_set_fd(ssl, clientserver[1]); if (SSL_accept(ssl) != 1) break; result.handshakes++; SSL_set_shutdown(ssl, SSL_SENT_SHUTDOWN);

RE: Client certificate verification

2012-06-29 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of Sukalp Bhople >Sent: Friday, 29 June, 2012 15:30 >I am trying to measure server performance for client certificate verification. >However, there is no significant difference in the server performance >when I send one certificate and condition

Re: Client certificate verification

2012-06-29 Thread Peter Sylvester
On 06/29/2012 09:29 PM, Sukalp Bhople wrote: Hello, I am trying to measure server performance for client certificate verification. However, there is no significant difference in the server performance when I send one certificate and condition when I send chain of 10 certificates. I am aware

Re: Client certificate verification

2002-02-25 Thread Michael Sierchio
Sharkey, Aoife wrote: > Thanks for your response. > You are correct the server is not set up for client authentication. > > It is server only authentication. What do I need to do on the client to get > this to work? Install Apache? ;-) Owing to limited time and a determination to enjoy life,

RE: Client certificate verification

2002-02-25 Thread Sharkey, Aoife
t: Re: Client certificate verification Sharkey, Aoife wrote: > Hi > > I am having aproblem where the server is unable to verify the client > certificate I created. > The Server is running IIS and is listening on port 443 for SSL traffic. > > >>here is an example o

Re: Client certificate verification

2002-02-25 Thread Rabellino Sergio
Michael Sierchio wrote: > > Sharkey, Aoife wrote: > > Hi > > > > I am having aproblem where the server is unable to verify the client > > certificate I created. > > The Server is running IIS and is listening on port 443 for SSL traffic. > > > > > >>here is an example of the ssldump file > > I di

Re: Client certificate verification

2002-02-25 Thread Michael Sierchio
Sharkey, Aoife wrote: > Hi > > I am having aproblem where the server is unable to verify the client > certificate I created. > The Server is running IIS and is listening on port 443 for SSL traffic. > > >>here is an example of the ssldump file I didn't see anything here that suggests that the

Re: client certificate verification

2001-03-16 Thread Lutz Jaenicke
On Fri, Mar 16, 2001 at 05:40:41PM +, Filipe Contente wrote: > Hi!! > > I'm with problems when my server wants to verify the client certificate. > > The code that i use is attached to this mail... > > When i call the ssl_accept() method the ssl->session->peer returns NULL, > so > when i c

Re: Client Certificate Verification

2000-12-13 Thread buitrago
[EMAIL PROTECTED] dijo: > I have tried moving the location of the web pages around, changing > ownership > on the directory, and im really pulling my hair out!!!, i need a > solution by > the end of today, i really hope someone knows why this is happening, i > have > also noticed something to do w