summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-12-24 01:41:47 +1100
committerDamien Miller <djm@mindrot.org>2001-12-24 01:41:47 +1100
commit62116dcc0a0a2ad4233691e73b7c2006b6849702 (patch)
tree2cc885d0d104e97e4443581aca27f007adc51852 /ChangeLog
parent278f907a2d6d00d6f52a11bf9577648aadbf0994 (diff)
- (djm) Ignore fix & patchlevel in OpenSSL version check. Patch from
solar@openwall.com - (djm) Rework entropy code. If the OpenSSL PRNG is has not been internally seeded, execute a subprogram "ssh-rand-helper" to obtain some entropy for us. Rewrite the old in-process entropy collecter as an example ssh-rand-helper. - (djm) Always perform ssh_prng_cmds path lookups in configure, even if we don't end up using ssh_prng_cmds (so we always get a valid file)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ce2187a0..4f4c8434a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
120011222
2 - (djm) Ignore fix & patchlevel in OpenSSL version check. Patch from
3 solar@openwall.com
4 - (djm) Rework entropy code. If the OpenSSL PRNG is has not been
5 internally seeded, execute a subprogram "ssh-rand-helper" to obtain
6 some entropy for us. Rewrite the old in-process entropy collecter as
7 an example ssh-rand-helper.
8 - (djm) Always perform ssh_prng_cmds path lookups in configure, even if
9 we don't end up using ssh_prng_cmds (so we always get a valid file)
10
120011221 1120011221
2 - (djm) Add option to gnome-ssh-askpass to stop it from grabbing the X 12 - (djm) Add option to gnome-ssh-askpass to stop it from grabbing the X
3 server. I have found this necessary to avoid server hangs with X input 13 server. I have found this necessary to avoid server hangs with X input
@@ -7086,4 +7096,4 @@
7086 - Wrote replacements for strlcpy and mkdtemp 7096 - Wrote replacements for strlcpy and mkdtemp
7087 - Released 1.0pre1 7097 - Released 1.0pre1
7088 7098
7089$Id: ChangeLog,v 1.1705 2001/12/21 04:00:19 djm Exp $ 7099$Id: ChangeLog,v 1.1706 2001/12/23 14:41:47 djm Exp $