On Tue, Apr 04, 2000 at 03:38:01PM +0200, [EMAIL PROTECTED] wrote:
> When I try to use "SSL_connect", I get also the error message "PRNG not
> seeded".
> ..
> What can I do in Windows NT?
For my demo programs, I did the following:
1. Create a file randpool.dat from a machine with /dev/random.
2. Copy randpool.dat over to NT.
3. At the start of an application, call RAND_loadfile(...).
4. At the end of the application, call RAND_writefile(...).
For production code, you must make sure to seed the PRNG properly,
if you want security.
--
Ng Pheng Siong <[EMAIL PROTECTED]> * http://www.post1.com/home/ngps
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]