From 24b8bf2163e6a2985313eefc4557316ee39e43c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Wed, 13 Sep 2000 14:24:07 +0000 Subject: [PATCH] Point to Peter Gutmann's revised paper. The copy at www.usenix.org is the old version. --- crypto/rand/rand_win.c | 1 + 1 file changed, 1 insertion(+) 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.) -- GitLab