summaryrefslogtreecommitdiffstats
path: root/crypto/rand
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-09-13 14:24:07 +0000
committerUlf Möller <ulf@openssl.org>2000-09-13 14:24:07 +0000
commit24b8bf2163e6a2985313eefc4557316ee39e43c6 (patch)
tree5c6a9b658416f58b182e57641856048f23bdd92e /crypto/rand
parente37c27d2390cd7460360af8d9c9af1e67c4a911b (diff)
Point to Peter Gutmann's revised paper.
The copy at www.usenix.org is the old version.
Diffstat (limited to 'crypto/rand')
-rw-r--r--crypto/rand/rand_win.c1
1 files changed, 1 insertions, 0 deletions
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.)