summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-12-14 10:09:29 +0000
committerBodo Möller <bodo@openssl.org>2001-12-14 10:09:29 +0000
commit66df02fd98959497ad12dc50b7629e0ca87b8fe6 (patch)
treea67c9166cee631900780286cb2b0bb43836b1865 /CHANGES
parent206eb6a11d35f91b0165ac8fb597f71972e84489 (diff)
fix BN_rand_range
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1c9c7fd35c..92cded83ef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,12 @@
*) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
+) applies to 0.9.7 only
+ *) Fix BN_rand_range bug pointed out by Dominikus Scherkl
+ <Dominikus.Scherkl@biodata.com>. (The previous implementation
+ worked incorrectly for those cases where range = 10..._2 and
+ 3*range is two bits longer than range.)
+ [Bodo Moeller]
+
*) Only add signing time to PKCS7 structures if it is not already present.
[Steve Henson]