Re: RAND_load_file question

2008-02-18 Thread Alessandro Pivi - GLOBALcom engineering
:-) 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

RE: RAND_load_file question

2008-02-18 Thread David Schwartz
> 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

Re: RAND_load_file question

2008-02-18 Thread Alessandro Pivi - GLOBALcom engineering
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