summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-04 15:04:09 +1000
committerDamien Miller <djm@mindrot.org>2000-04-04 15:04:09 +1000
commit74a333bbe11f67c59c559e0f424d5945eb438577 (patch)
treec0621827777a570091c45f80f53ec56705af0cc8 /ChangeLog
parent9f98f06c89afad9c8f32d496c07f3bf44e7dc906 (diff)
- Generate manpages before make install not at the end of make all
- Don't seed the rng quite so often - Always reseed rng when requested
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 906e09f04..33e522843 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
8 channel layer support for ssh2 8 channel layer support for ssh2
9 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h] 9 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
10 DSA, keyexchange, algorithm agreement for ssh2 10 DSA, keyexchange, algorithm agreement for ssh2
11 - Generate manpages before make install not at the end of make all
12 - Don't seed the rng quite so often
13 - Always reseed rng when requested
11 14
1220000403 1520000403
13 - Wrote entropy collection routines for systems that lack /dev/random 16 - Wrote entropy collection routines for systems that lack /dev/random