summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-06-28 16:47:45 +0000
committerRichard Levitte <levitte@openssl.org>2000-06-28 16:47:45 +0000
commitf365611ca32190a032db1e292ccf55f110acea9a (patch)
tree5cd87b63feb2db1a4fa6c73e74d6fb3177e6aa57 /CHANGES
parent523c83ec9a200ccb35c21561078a258b61f51795 (diff)
Undo the changes I just made. I'm not sure what I was thinking of.
The message to everyone is "Do not hack OpenSSL when stressed"...
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 0 insertions, 9 deletions
diff --git a/CHANGES b/CHANGES
index 6e8aa4275a..2e42b7f3d4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,15 +4,6 @@
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]