summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-30 09:30:44 +1000
committerDamien Miller <djm@mindrot.org>2000-04-30 09:30:44 +1000
commit4018c1985d6e34f4625132965e814880ac3075ba (patch)
tree1a3450e78dc2fa600f485a07a5c5a866781f082c /ChangeLog
parent1bead335d7381b553bc4a13b3ea2b9dc09679123 (diff)
- Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
patch. - Adds timeout to entropy collection - Disables slow entropy sources - Load and save seed file - Changed entropy seed code to user per-user seeds only (server seed is saved in root's .ssh directory) - Use atexit() and fatal cleanups to save seed on exit
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9232f9cb5..d5c698b01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
120000430 120000430
2 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au> 2 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
3 - 3 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
4 patch.
5 - Adds timeout to entropy collection
6 - Disables slow entropy sources
7 - Load and save seed file
8 - Changed entropy seed code to user per-user seeds only (server seed is
9 saved in root's .ssh directory)
10 - Use atexit() and fatal cleanups to save seed on exit
4 11
520000429 1220000429
6 - Merge big update to OpenSSH-2.0 from OpenBSD CVS 13 - Merge big update to OpenSSH-2.0 from OpenBSD CVS