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