Re: RSA_generate_key with BIGNUM exponent

2004-03-30 Thread Geoff Thorpe
Hi there, On March 29, 2004 04:26 am, Jelte Jansen wrote: [snip] Because I don't like to come empty-handed I took the liberty of supplying a patch with a possible extension: rsa_gen.c gets another function: RSA * RSA_generate_key_bignum_exponent(int bits, BIGNUM *e,void

RSA_generate_key with BIGNUM exponent

2004-03-29 Thread Jelte Jansen
Hi, I was playing around with the thought of testing RSA with large exponents and I noticed that rsa_generate_key only takes a long as the exponent argument. Since the exponent is stored in a RSA structure as a BIGNUM this does not make a lot of sense to me, even if the exponent used is rarely