aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-02-20 08:22:25 +0000
committerBodo Möller <bodo@openssl.org>2001-02-20 08:22:25 +0000
commit6d82a206244134215c768bcfec7b2b2e67683cd7 (patch)
tree7fd25abb977759cdc8f75425d429d40b06621cb7 /CHANGES
parent6c66fcba5fa24ff06c03e9aaab4bb8016fbffa8e (diff)
downloadopenssl-6d82a206244134215c768bcfec7b2b2e67683cd7.tar.gz
Fix BN_[pseudo_]rand: 'mask' must be used even if top=-1.
Mention BN_[pseudo_]rand with top=-1 in CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 273e451cb1..25987622a9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -39,6 +39,9 @@
*) Add new function BN_rand_range(), and fix DSA_sign_setup() to prevent
Bleichenbacher's DSA attack.
+ Extend BN_[pseudo_]rand: As before, top=1 forces the highest two bits
+ to be set and top=0 forces the highest bit to be set; top=-1 is new
+ and leaves the highest bit random.
[Ulf Moeller]
*) In the NCONF_...-based implementations for CONF_... queries