summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-02 22:44:55 +0000
committerBodo Möller <bodo@openssl.org>2000-03-02 22:44:55 +0000
commit84d14408bfa1adc56bb172f0ee0badb5a7919f34 (patch)
treeda563719d8e334e62443f9045103d5d0b3c6c806 /CHANGES
parent7c472f706e370f9d0c4d7bde3c9f9edf90cfaece (diff)
Use RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e3d8337f4b..bd9a73c281 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.5 and 0.9.6 [XX XXX 2000]
+ *) In PEM_ASN1_write_bio and some other functions, use RAND_pseudo_bytes
+ instead of RAND_bytes for encryption IVs and salts.
+ [Bodo Moeller]
+
*) Include RAND_status() into RAND_METHOD instead of implementing
it only for md_rand.c Otherwise replacing the PRNG by calling
RAND_set_rand_method would be impossible.