Re: BN_bn2hex(rsa->e) allways 010001

2006-04-05 Thread Steve . Pauly
To openssl-users@openssl.org cc Subject BN_bn2hex(rsa->e) allways 010001 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 i

BN_bn2hex(rsa->e) allways 010001

2006-04-05 Thread Nagy Zoltán Márk
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 htt