:-)
you are right, I didn't know about RAND_add. I will use RAND_seed
because my data input is a TRNG (true random number generator), so I'm
confident I don't have to worry about entropy.
Thanks
David Schwartz ha scritto:
Please give me some feedback.
Why don't you just ca
> Please give me some feedback.
Why don't you just call RAND_add? This seems like a complicated way to
accomplish nothing.
DS
__
OpenSSL Project http://www.openssl.org
User Support Mailing List
Please give me some feedback.
Alessandro Pivi - GLOBALcom engineering ha scritto:
Hi,
I am making an application that makes SSL connections. The problem is
that my application will run in a chrooted environment, and will not
be able to access /dev/urandom, but I have a function available whic