Re: How to verify a certificate against several others

2007-07-11 Thread Florian MANACH
Hi Goetz, Thx again for your help, I finally found what was going wrong with my code. I was setting a flag to force CRL verification but I did not have a CRL stored for the CA. Now everything is running well. Thx again for your help. Regards ! -- Florian Manach NUMLOG [EMAIL PROTECTED]

Re: How to verify a certificate against several others

2007-07-10 Thread Florian MANACH
Hi Goetz, I saw that it needs PEM format... but even if I convert the certs in PEM, links are created but my app still returns an error on verification. Thx again for your help. -- Florian Manach NUMLOG [EMAIL PROTECTED] (+33)0130791616 Goetz Babin-Ebell a écrit : Hello Florian, --On

Re: How to verify a certificate against several others

2007-07-10 Thread Goetz Babin-Ebell
Hello Florian, --On Montag, Juli 09, 2007 09:25:01 +0200 Florian MANACH [EMAIL PROTECTED] wrote: I saw that it needs PEM format... but even if I convert the certs in PEM, links are created but my app still returns an error on verification. Hm. Try to store roots, intermediate certs and

Re: How to verify a certificate against several others

2007-07-06 Thread Florian MANACH
OK I see but It's always not working after c_rehash ./root c_rehash ./certs c_rehash ./crls -- Florian Manach NUMLOG [EMAIL PROTECTED] (+33)0130791616 Goetz Babin-Ebell a écrit : Hello Florian, --On Donnerstag, Juli 05, 2007 17:59:01 +0200 Florian MANACH [EMAIL PROTECTED] wrote: No, I

Re: How to verify a certificate against several others

2007-07-06 Thread Goetz Babin-Ebell
Hello Florian, --On Freitag, Juli 06, 2007 09:14:41 +0200 Florian MANACH [EMAIL PROTECTED] wrote: OK I see but It's always not working after c_rehash ./root c_rehash ./certs c_rehash ./crls Oups: --On Donnerstag, Juli 05, 2007 14:55:59 +0200 Florian MANACH [EMAIL PROTECTED] wrote:

Re: How to verify a certificate against several others

2007-07-05 Thread Goetz Babin-Ebell
--On Donnerstag, Juli 05, 2007 14:55:59 +0200 Florian MANACH [EMAIL PROTECTED] wrote: I have a directory where I store CA root certificates. I want my app to check if a certificate is signed by the mentioned CA on the ISSUER field. In order to do this, it might look on this directory and

Re: How to verify a certificate against several others

2007-07-05 Thread Florian MANACH
No, I didn't even know that function. What does it do ? -- Florian Manach NUMLOG [EMAIL PROTECTED] (+33)0130791616 Goetz Babin-Ebell a écrit : --On Donnerstag, Juli 05, 2007 14:55:59 +0200 Florian MANACH [EMAIL PROTECTED] wrote: I have a directory where I store CA root certificates. I

Re: How to verify a certificate against several others

2007-07-05 Thread Goetz Babin-Ebell
Hello Florian, --On Donnerstag, Juli 05, 2007 17:59:01 +0200 Florian MANACH [EMAIL PROTECTED] wrote: No, I didn't even know that function. What does it do ? It loads all certificate files (and CRL files) in the directory and generates a short 4 byte hash from the common name of the cert.