diff --git a/CHANGES b/CHANGES index 2e42b7f3d41af3deeb39ed0e04d468c3bdcd6d93..6e8aa4275ae022e7efeab2ceac85a1a3f6841ca4 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]