- (djm) Add INSTALL warning about SSH protocol 1 blowfish w/ OpenSSL < 0.9.6

This commit is contained in:
Damien Miller 2002-05-13 15:22:21 +10:00
parent f71d2a5d44
commit 05720356d6
2 changed files with 6 additions and 2 deletions

View File

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

View File

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