Re: Identifying Clients via SSL Certificates

2009-11-11 Thread Nilesh Patil
Hi.. Form Last few days Even I am also working on SSL Implementation. I am Using Jboss 5.1.0 GA. I had implemented server certificate but i dont knwo how to implement Client / Server Mutual Authentication. Do U work On that part ? can u help me .? another Issue I have is I can access my

RE: Identifying Clients via SSL Certificates

2009-11-09 Thread Jorge Medina
OpenSSL hashes the subject name. This is used in OpenSSL to form an index to allow certificates in a directory to be looked up by subject name. but that seems weak. http://www.openssl.org/docs/apps/x509.html#http://www.openssl.org/docs/apps/verify.html# -Original Message-