Hello,
>    
>     clefpub=d2i_RSA_PUBKEY(NULL,(const unsigned char**)&pub,62);
>     clefpriv=d2i_RSAPrivateKey(NULL,(const unsigned char**)&priv,230);
>     puts("Chargement des clés terminé");
You should check return code of this two functions, probably first
function returns NULL and in RSA_check you have crash.

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to