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 fro

verify certificate in c

2010-07-02 Thread belo
Hi, I'm a newbie user of OpenSSL. I want to create a simple C program that verify a certificate chain like this: rootCA->CA-A->client i found this example on the internet that should work for two consecutive certificate (but it doesn't work for me); i don't known how to create the chain... [code