diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | INSTALL | 7 |
2 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20020417 | ||
2 | - (djm) Tell users to configure /dev/random support into OpenSSL in INSTALL | ||
3 | |||
1 | 20020415 | 4 | 20020415 |
2 | - (djm) Unbreak "make install". Fix from Darren Tucker <dtucker@zip.com.au> | 5 | - (djm) Unbreak "make install". Fix from Darren Tucker <dtucker@zip.com.au> |
3 | - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna Vinschen | 6 | - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna Vinschen |
@@ -8248,4 +8251,4 @@ | |||
8248 | - Wrote replacements for strlcpy and mkdtemp | 8251 | - Wrote replacements for strlcpy and mkdtemp |
8249 | - Released 1.0pre1 | 8252 | - Released 1.0pre1 |
8250 | 8253 | ||
8251 | $Id: ChangeLog,v 1.2056 2002/04/16 04:10:09 tim Exp $ | 8254 | $Id: ChangeLog,v 1.2057 2002/04/17 02:22:58 djm Exp $ |
@@ -17,6 +17,11 @@ OpenSSH can utilise Pluggable Authentication Modules (PAM) if your system | |||
17 | supports it. PAM is standard on Redhat and Debian Linux, Solaris and | 17 | supports it. PAM is standard on Redhat and Debian Linux, Solaris and |
18 | HP-UX 11. | 18 | HP-UX 11. |
19 | 19 | ||
20 | NB. If you operating system supports /dev/random, you should configure | ||
21 | OpenSSL to use it. OpenSSH relies on OpenSSL's direct support of | ||
22 | /dev/random. If you don't you will have to rely on ssh-rand-helper, which | ||
23 | is inferior to a good kernel-based solution. | ||
24 | |||
20 | PAM: | 25 | PAM: |
21 | http://www.kernel.org/pub/linux/libs/pam/ | 26 | http://www.kernel.org/pub/linux/libs/pam/ |
22 | 27 | ||
@@ -218,4 +223,4 @@ Please refer to the "reporting bugs" section of the webpage at | |||
218 | http://www.openssh.com/ | 223 | http://www.openssh.com/ |
219 | 224 | ||
220 | 225 | ||
221 | $Id: INSTALL,v 1.51 2002/04/14 13:16:05 djm Exp $ | 226 | $Id: INSTALL,v 1.52 2002/04/17 02:23:02 djm Exp $ |