Re: client - server authentication

2008-08-24 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dhaval Thakar wrote: | Hi list, Hello Daval, | i have a hosted site over internet for the branch users, which i want to | restrict over internet, | e.g only certain computers will be allowed to access site. | i want to restrict it to only branch comp

client - server authentication

2008-08-24 Thread Dhaval Thakar
Hi list, i do not have much experience in ssl/tls certificates & i know almost nothing about it. i have a hosted site over internet for the branch users, which i want to restrict over internet, e.g only certain computers will be allowed to access site. i want to restrict it to only branch comput

Re: Certificate Chains & server vs client/server authentication

2000-08-29 Thread Dr S N Henson
Mike Zeoli wrote: > > First, thanks for all your help, Steve. > > I'll add the appropriate extensions to the certificate. > > To follow up on what you said below, Why does the "intermediate" CA > certificate only show up as invalid when doing client and server > authentication, and not when doi

Re: Certificate Chains & server vs client/server authentication

2000-08-28 Thread Dr S N Henson
Mike Zeoli wrote: > > Hello Everyone, > > > > As stated before, this same certificate chain gets verified just fine when > doing server authentication only. > > I have debugged into the library and know the following additional > information: > - In x509_vrfy.c:check_chain_purpose(), in the s

Certificate Chains & server vs client/server authentication

2000-08-28 Thread Mike Zeoli
ther example does both client and server authentication. The server authentication example works just fine, but the client/server authentication fails when trying to verify the server1 certificate chain. Here's the actual example (this is the client with the info callback tracking the progress)

Re: Client-server authentication in Apache Web Server with OpenSSL.Here it is!

2000-05-19 Thread Stewart Nutter
o:[EMAIL PROTECTED] > Client-server authentication inApache Web Server with OpenSSL.doc

Client-server authentication in Apache Web Server with OpenSSL. Here it is!

2000-03-28 Thread Lenya Khachaturov
Here is the translation of a paper many of you requested. Some changes where made since the russian variant appeared 2 days ago. Check it. Best regards, Lenya mailto:[EMAIL PROTECTED] Client-server authentication in Apache Web Server with OpenSSL.doc

Re: Client-server authentication.

1999-06-11 Thread Holger Reif
Have a look at apps/s_{server,client} that should give you a starting point. Carles Xavier Munyoz Baldó schrieb: > > Hello, > > I have an SSL client-server application in which the server > authenticates to the client sending its certificate in the SSL handsake, > but the client doesn't authent

Client-server authentication.

1999-06-11 Thread Carles Xavier Munyoz Baldó
Hello, I have an SSL client-server application in which the server authenticates to the client sending its certificate in the SSL handsake, but the client doesn't authenticates to the server. Fo my SSL client-server aplication, I need that both authenticates each other. How can I do this ? How c