Displaying 2 results from an estimated 2 matches for "udo_guenthn".
Did you mean:
udo_guenthner
2002 Nov 14
3
[Bug 435] internal entropy gatherer
http://bugzilla.mindrot.org/show_bug.cgi?id=435
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|internal entropy gatherer |internal entropy gatherer
------- Additional Comments From dtucker at zip.com.au 2002-11-15 00:21 -------
Which platform did you
2002 Nov 14
0
[Bug 435] New: internal entropy gatherer
...al entropy gatherer
Product: Portable OpenSSH
Version: 3.5p1
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: udo_guenthner at de.ibm.com
Gathering entropy from programs does not work. Using multiple -v in ssh shows
'timed out' and returned 0.00 bytes for all commands in ssh_prng_cmds. Looking
at the source code of
ssh-rand-helper.c I found in line 309 and 310:
dup2(p[1], STDOUT_FILENO);
dup2(p[1], STD...