aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-06-28 16:24:29 +0000
committerRichard Levitte <levitte@openssl.org>2000-06-28 16:24:29 +0000
commit523c83ec9a200ccb35c21561078a258b61f51795 (patch)
tree033dccc0ec465c506d1ced963907119debb2de81 /CHANGES
parent20d242b0dee75830b104109c6fd5955a4ce35840 (diff)
downloadopenssl-523c83ec9a200ccb35c21561078a258b61f51795.tar.gz
Document my latest changes.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2e42b7f3d4..6e8aa4275a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,15 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) Add the possibility, through the -egd parameter, to tell the openssl
+ applications that EGD should be used as seeding source, and where
+ the EGD named socket is.
+ [Richard Levitte]
+
+ *) Add the possibility to tell RAND_egd() and RAND_egd_bytes() where
+ the EGD named socket is through the environment variable RANDEGD.
+ [Richard Levitte]
+
*) Add BSD-style MD5-based passwords to 'openssl passwd' (option '-1').
[Bodo Moeller]