Client certificate verification

2014-03-13 Thread Leon Brits
Hi, We are switching to our own CA for in house networking. To test I've used it to sign a server certificate and a client certificate. The subject and issuer output for all three certificates is... ...CA: $ openssl x509 -subject -issuer -noout -in gandalf_cacert.pem subject= /O=myCompany/ema

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
unter code at client side. Do you see my conclusions right? On Fri, Jun 29, 2012 at 11:10 PM, Dave Thompson wrote: > >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

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 certificat

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

Client certificate verification

2002-02-25 Thread Sharkey, Aoife
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 > > # ./ssldump > New TCP connection #1: donegal(62137) <-> 26.110.55.210(443) > 1 1

Client certificate verification

2002-02-22 Thread Sharkey, Aoife
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 > > # ./ssldump > New TCP connection #1: donegal(62137) <-> 26.110.55.210(443) > 1 1

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 a

Client certificate verification

2001-05-04 Thread Siva
Hi all,    Can anyone help me pointing the steps to be followed for client certificate verification in server.   regards, Siva K

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

Client Certificate Verification

2000-12-13 Thread Barrie Jarman
Hope someone can help me. I have been trying to add the feature to our clients sites so that a personal certificate MUST be provided from the client to access the site. The SSL is working fine, however, when i try to add the part for the client certificate, it appears to accept the certificate, bu