Hello,
> > A
> > short c sample of the generation would be of a great help!
> Some simple example attached.
Of course you should use something like:
r = RSA_generate_key(1024,RSA_F4,NULL,NULL);
There were some tests :-)
Best regards,
--
Marek Marcola <[EMAIL PROTECTED]>
___
Hello,
> I want to generate an RSA key pair from a c/c++ program using Openssl's API.
>
> I saw that there is an RSA_generate_key() function, but it requires an
> initialization of the random generator.
RSA_generate_key() when generating RSA p and q primes requires probably
seeded RNG but all ran