summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-08-02 15:02:03 +0000
committerBodo Möller <bodo@openssl.org>2002-08-02 15:02:03 +0000
commit95ecacf8a28ce7a782d3bd733483b8776a23b79f (patch)
treeb4450ef1832a5ddbb5e0a700fd2c6fffa3ca56af /CHANGES
parentbe8a280e0b24b78c702b260d70ceb7e0604d226c (diff)
Let BN_rand_range() abort with an error after 100 iterations
without success.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 26c84b0596..3067dc6389 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.7 and 0.9.8 [xx XXX 2002]
+ *) Let BN_rand_range() abort with an error after 100 iterations
+ without success (which indicates a broken PRNG).
+ [Bodo Moeller]
+
*) Change BN_mod_sqrt() so that it verifies that the input value
is really the square of the return value. (Previously,
BN_mod_sqrt would show GIGO behaviour.)