diff --git a/ChangeLog b/ChangeLog index 78781bdce..df1e6bddd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ - (djm) Update RPM spec file: different superuser path, use /var/empty/sshd for privsep - (djm) Bug #234: missing readpassphrase declaration and defines + - (djm) Add INSTALL warning about SSH protocol 1 blowfish w/ OpenSSL < 0.9.6 20020511 - (tim) [configure.ac] applied a rework of djm's OpenSSL search cleanup patch. @@ -578,4 +579,4 @@ - (stevesk) entropy.c: typo in debug message - (djm) ssh-keygen -i needs seeded RNG; report from markus@ -$Id: ChangeLog,v 1.2113 2002/05/13 05:14:08 djm Exp $ +$Id: ChangeLog,v 1.2114 2002/05/13 05:22:21 djm Exp $ diff --git a/INSTALL b/INSTALL index 276083c34..a7f73e648 100644 --- a/INSTALL +++ b/INSTALL @@ -9,6 +9,9 @@ http://www.gzip.org/zlib/ OpenSSL 0.9.6 or greater: http://www.openssl.org/ +(OpenSSL 0.9.5a is partially supported, but some ciphers (SSH protocol 1 +Blowfish included) do not work correctly.) + RPMs of OpenSSL are available at http://violet.ibs.com.au/openssh/files/support. For Red Hat Linux 6.2, they have been released as errata. RHL7 includes these. @@ -223,4 +226,4 @@ Please refer to the "reporting bugs" section of the webpage at http://www.openssh.com/ -$Id: INSTALL,v 1.52 2002/04/17 02:23:02 djm Exp $ +$Id: INSTALL,v 1.53 2002/05/13 05:22:21 djm Exp $