Hi
I am trying to use Certificates for a personnal application.
I have some problems with X509_sign() and X509_verify().

I am trying to sign a client CA with :

X509_sign(certif, SERVER_private_key, EVP_md5()));

and then verify it with

X509_verify(certif, SERVER_public_key);

but X509_verify returns -1 with good and wrong CA. 
It is the same when I try X509_verify(certif, SERVER_private_key);

Can you help me... 

Julien Guisset
French Computer Science Student -- EPITA -- PARIS

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to