Hi Marek, thx for the answer
This functions return :
804b298 and 804b0d0
That seems to be a pointer on a RSA object and that seems to mean that there is
no error.
Regards,
--
Florian Manach
NUMLOG
[EMAIL PROTECTED]
(+33)0130791616
Marek Marcola a écrit :
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,
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]