aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-06-22 21:17:46 +0000
committerRichard Levitte <levitte@openssl.org>2000-06-22 21:17:46 +0000
commit1023b1220ee4f25ff424fa018d7420b668958a3e (patch)
tree86b68b8b0d1e128cdd0fe162fae705bfd31ecce3 /CHANGES
parentff4e9d91d94d8065e70ba5e6760346b33bba9654 (diff)
downloadopenssl-1023b1220ee4f25ff424fa018d7420b668958a3e.tar.gz
Document the change in req.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 73ef0b4de6..c7ef883dbb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,8 +5,9 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
*) Addition of the command line parameter '-rand file' to 'openssl req'.
- The given file takes precedence over the RANDFILE option in the
- configuration file.
+ The given file adds to whatever has already been seeded into the
+ random pool through the RANDFILE configuration file option or
+ environment variable, or the default random state file.
[Richard Levitte]
*) mkstack.pl now sorts each macro group into lexical order.