aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-07-19 21:35:35 +0000
committerUlf Möller <ulf@openssl.org>2000-07-19 21:35:35 +0000
commitc0722725f967dda0fab0ced5afa3cf1ab8c7d034 (patch)
tree5ee9d4bd5af3f751ccefa2371c62059c6cec1b43 /CHANGES
parent25063f1d9b6aed30d732fc0de6f1083f79c35d6a (diff)
downloadopenssl-c0722725f967dda0fab0ced5afa3cf1ab8c7d034.tar.gz
Randomness polling function for Win9x.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f5a439fa98..1524f4ec5e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) Randomness polling function for Win9x, as described in:
+ Peter Gutmann, Software Generation of Practically Strong
+ Random Numbers.
+ [Ulf Möller]
+
*) Fix so PRNG is seeded in req if using an already existing
DSA key.
[Steve Henson]