Point to Peter Gutmann's revised paper.
authorUlf Möller <ulf@openssl.org>
Wed, 13 Sep 2000 14:24:07 +0000 (14:24 +0000)
committerUlf Möller <ulf@openssl.org>
Wed, 13 Sep 2000 14:24:07 +0000 (14:24 +0000)
The copy at www.usenix.org is the old version.

crypto/rand/rand_win.c

index 7d61bce35ee0ddccdabeaeac207d5bc10b37d625..82955d8d30d9d016c6723ee23b35e9500c79bbd8 100644 (file)
@@ -264,6 +264,7 @@ int RAND_poll(void)
         * This seeding method was proposed in Peter Gutmann, Software
         * Generation of Practically Strong Random Numbers,
         * http://www.usenix.org/publications/library/proceedings/sec98/gutmann.html
+     * revised version at http://www.cryptoengines.com/~peter/06_random.pdf
         * (The assignment of entropy estimates below is arbitrary, but based
         * on Peter's analysis the full poll appears to be safe. Additional
         * interactive seeding is encouraged.)