Re: verify certificate in c

2010-07-05 Thread Michael S. Zick
On Sun July 4 2010, Jeremy Farrell wrote: From: Behalf Of Michael S. Zick Sent: Saturday, July 03, 2010 6:51 PM On Sat July 3 2010, Dr. Stephen Henson wrote: On Sat, Jul 03, 2010, belo wrote: Damn! how can be possible that in the official openssl documentation there's

RE: verify certificate in c

2010-07-04 Thread Jeremy Farrell
From: Behalf Of Michael S. Zick Sent: Saturday, July 03, 2010 6:51 PM On Sat July 3 2010, Dr. Stephen Henson wrote: On Sat, Jul 03, 2010, belo wrote: Damn! how can be possible that in the official openssl documentation there's nothing about this

Re: verify certificate in c

2010-07-03 Thread Mounir IDRASSI
-a-cert.pem: OK any suggestion? p.s. sorry for my bad English :) -- View this message in context: http://old.nabble.com/verify-certificate-in-c-tp29043989p29043989.html Sent from the OpenSSL - User mailing list archive at Nabble.com

Re: verify certificate in c

2010-07-03 Thread belo
Damn! how can be possible that in the official openssl documentation there's nothing about this OpenSSL_add_all_algorithms()?!?!?!? that documentation sucks a lot! anyway thanks :) -- View this message in context: http://old.nabble.com/verify-certificate-in-c-tp29043989p29063450.html Sent

Re: verify certificate in c

2010-07-03 Thread Dr. Stephen Henson
On Sat, Jul 03, 2010, belo wrote: Damn! how can be possible that in the official openssl documentation there's nothing about this OpenSSL_add_all_algorithms()?!?!?!? http://www.openssl.org/support/faq.html#PROG8 Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial

Re: verify certificate in c

2010-07-03 Thread Michael S. Zick
On Sat July 3 2010, Dr. Stephen Henson wrote: On Sat, Jul 03, 2010, belo wrote: Damn! how can be possible that in the official openssl documentation there's nothing about this OpenSSL_add_all_algorithms()?!?!?!? http://www.openssl.org/support/faq.html#PROG8 The OP does have a

verify certificate in c

2010-07-02 Thread belo
verify it by the bash command: openssl verify -CAfile cacert.pem ca-a-cert.pem with output: ca-a-cert.pem: OK any suggestion? p.s. sorry for my bad English :) -- View this message in context: http://old.nabble.com/verify-certificate-in-c-tp29043989p29043989.html Sent from the OpenSSL - User