diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-12-20 12:05:08 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-12-20 12:05:08 +1100 |
commit | 8686ed75081958714f5d7768b5b0b8bcdd86b0ff (patch) | |
tree | 7bd963a610a10662e80c654e50aa6b8337d12a78 /ChangeLog | |
parent | 442a383418dc3eb1809e66c966933071034d5325 (diff) |
- (dtucker) [ssh-rand-helper.c] Fall back to command-based seeding if reading
from prngd is enabled at compile time but fails at run time, eg because
prngd is not running. Note that if you have prngd running when OpenSSH is
built, OpenSSL will consider itself internally seeded and rand-helper won't
be built at all unless explicitly enabled via --with-rand-helper. ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ | |||
1 | 20041220 | ||
2 | - (dtucker) [ssh-rand-helper.c] Fall back to command-based seeding if reading | ||
3 | from prngd is enabled at compile time but fails at run time, eg because | ||
4 | prngd is not running. Note that if you have prngd running when OpenSSH is | ||
5 | built, OpenSSL will consider itself internally seeded and rand-helper won't | ||
6 | be built at all unless explicitly enabled via --with-rand-helper. ok djm@ | ||
7 | |||
1 | 20041213 | 8 | 20041213 |
2 | - (dtucker) [contrib/findssh.sh] Clean up on interrupt; from | 9 | - (dtucker) [contrib/findssh.sh] Clean up on interrupt; from |
3 | amarendra.godbole at ge com. | 10 | amarendra.godbole at ge com. |
@@ -1950,4 +1957,4 @@ | |||
1950 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1957 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1951 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1958 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1952 | 1959 | ||
1953 | $Id: ChangeLog,v 1.3604 2004/12/13 07:08:32 dtucker Exp $ | 1960 | $Id: ChangeLog,v 1.3605 2004/12/20 01:05:08 dtucker Exp $ |