Document my latest changes.

This commit is contained in:
Richard Levitte 2000-06-28 16:24:29 +00:00
parent 20d242b0de
commit 523c83ec9a

View File

@ -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]