>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
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);
>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
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
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,
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
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
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
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
[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
10 matches
Mail list logo