Hi all!

RSA *rsa;

rsa = RSA_new();
rsa = RSA_generate_key(512,RSA_F4,NULL,NULL);
printf ("E: %s\n",BN_bn2hex(rsa->e));

allways:
E: 010001

is normal???

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

Reply via email to