wget and seeding random numbers

2001-06-09 Thread karl
About doing the random number seed for ssl, I dug up what lynx does, and it looks like it wouldn't be difficult to do something similar in wget. It appears this code was written by Mark Mentovai <[EMAIL PROTECTED]>, http://www.moxienet.com/. Hope it helps. k if(RAND_status()==0) { char ra

Re: wget and seeding random numbers

2001-06-10 Thread Daniel Stenberg
On Sat, 9 Jun 2001 [EMAIL PROTECTED] wrote: > About doing the random number seed for ssl, I dug up what lynx does, and > it looks like it wouldn't be difficult to do something similar in wget. > It appears this code was written by Mark Mentovai <[EMAIL PROTECTED]>, > http://www.moxienet.com/. I

RE: wget and seeding random numbers

2001-06-11 Thread Shakos, Bill
How do I get off this WGET list?!!! This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately d

Re: wget and seeding random numbers

2001-06-14 Thread Hrvoje Niksic
[ Note that Karl might not have seen your list-only response. ] Daniel Stenberg <[EMAIL PROTECTED]> writes: > On Sat, 9 Jun 2001 [EMAIL PROTECTED] wrote: > >> About doing the random number seed for ssl, I dug up what lynx does, and >> it looks like it wouldn't be difficult to do something simil

Re: wget and seeding random numbers

2001-06-15 Thread karl
> 1 - Use RAND_egd() for reading true random data if such is available (this > needs to be checked for in the configure script, as RAND_egd() wasn't > introduced until OpenSSL 0.9.5). This would also benefit from a command > line option to specify the egd socket. EG

Re: wget and seeding random numbers

2001-06-15 Thread Hrvoje Niksic
[EMAIL PROTECTED] writes: >> 1 - Use RAND_egd() for reading true random data if such is available (this >> needs to be checked for in the configure script, as RAND_egd() wasn't >> introduced until OpenSSL 0.9.5). This would also benefit from a command >> line optio