Hi,
In the man page of RSA_public_encrypt, it says
"The random number generator must be seeded prior to calling
RSA_public_encrypt()"
Does this mean that each time I use RSA_public_encrypt(), I need
to use RAND_seed() to seed the The random number generator? For example,
if RSA_public_encrypt() is invoked in a loop, should RAND_seed()
also be
in the loop? Why?
Thanks!
Xinwen Fu
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]