summaryrefslogtreecommitdiffstats
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 906e09f0..33e52284 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
channel layer support for ssh2
- [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
DSA, keyexchange, algorithm agreement for ssh2
+ - 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
20000403
- Wrote entropy collection routines for systems that lack /dev/random