summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-05-13 15:22:21 +1000
committerDamien Miller <djm@mindrot.org>2002-05-13 15:22:21 +1000
commit05720356d6f24a4fedf05a4762d037d3a4ce8adf (patch)
treedede08952c19dfc1c6113a3d5297ca871dfbfd75
parentf71d2a5d44a942b0794d8574f84b311d82bf4e29 (diff)
- (djm) Add INSTALL warning about SSH protocol 1 blowfish w/ OpenSSL < 0.9.6
-rw-r--r--ChangeLog3
-rw-r--r--INSTALL5
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 78781bdc..df1e6bdd 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 276083c3..a7f73e64 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 $