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 Dr. Stephen Henson
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 the client certificate, it verifies properly

Re: Problems in Certificate Verification

2005-01-24 Thread Siddharth Ramesh
Thanks Steve, When I saw the error code, it says 7 : certificate signature failure But how come the *same* certificate is verified without any errors when i run the command line version?? Is there something extra which I need to do in my program before verifying ?? -Sid On Mon, 2005-01-24 at

Re: Problems in Certificate Verification

2005-01-24 Thread Dr. Stephen Henson
On Mon, Jan 24, 2005, Siddharth Ramesh wrote: Thanks Steve, When I saw the error code, it says 7 : certificate signature failure But how come the *same* certificate is verified without any errors when i run the command line version?? Is there something extra which I need to do in my