The RSA_F4 parameter is what gives you the E parameter value. Specifically 65537, or 010001 in hex.
Steven Pauly
Pitney Bowes GMS
"Nagy
Zoltán Márk" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED] 04/05/2006 08:57 AM
|
|
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]