Problems in Certificate Verification

2005-01-24 Thread Siddharth Ramesh
Hi all, I wrote a program to create a self signed CA certificate and using it, created a client certificate. When i used the command openssl verify -CAfile ca_cert.pem client_cert.pem to verify the client certificate, it verifies properly giving the output 'client_cert.pem : OK' But when I

Re: Problems in Certificate Verification

2005-01-24 Thread Siddharth Ramesh
:59, Dr. Stephen Henson wrote: On Mon, Jan 24, 2005, Siddharth Ramesh wrote: Hi all, I wrote a program to create a self signed CA certificate and using it, created a client certificate. When i used the command openssl verify -CAfile ca_cert.pem client_cert.pem to verify