This link has been bookmarked by 8 people . It was first bookmarked on 15 May 2008, by F M.
-
23 Sep 09
-
25 May 08
-
19 May 08
-
18 May 08
-
16 May 08
-
15 May 08
-
These lines were removed because they caused the Valgrind and Purify tools to produce warnings about the use of uninitialized data in any code that was linked to OpenSSL. You can see one such report to the OpenSSL team here. Removing this code has the side effect of crippling the seeding process for the OpenSSL PRNG. Instead of mixing in random data for the initial seed, the only "random" value that was used was the current process ID. On the Linux platform, the default maximum process ID is 32,768, resulting in a very small number of seed values being used for all PRNG operations.
-
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.