Jamshid Shoghli <[EMAIL PROTECTED]> in epsilon.openssl.dev:

> I am trying to generate certificates with public exponent of the public key
> with value 244 or higher,
>  
>    RSA_generate_key(bits, exp, NULL, NULL);
> where bits is 1024, and exp is 244.
>  
> But this call never comes back. I tried with exp value of 3 or 5 and it
> comes back after a few seconds. Is there a limitation on the exp value? Is
> there a solution for this? exp of 244 or higher is a requirement for my
> certificates.

RSA moduli must be odd numbers.  65537 is a usual choice.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to