From: Ulf Möller Date: Wed, 13 Sep 2000 14:24:07 +0000 (+0000) Subject: Point to Peter Gutmann's revised paper. X-Git-Tag: OpenSSL-engine-0_9_6-beta2~11^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=24b8bf2163e6a2985313eefc4557316ee39e43c6;p=oweals%2Fopenssl.git Point to Peter Gutmann's revised paper. The copy at www.usenix.org is the old version. --- diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c index 7d61bce35e..82955d8d30 100644 --- a/crypto/rand/rand_win.c +++ b/crypto/rand/rand_win.c @@ -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.)