~ubuntu-branches/ubuntu/lucid/openssl/lucid-proposed

« back to all changes in this revision

Viewing changes to doc/crypto/RAND_egd.pod

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-06-13 18:15:46 UTC
  • mto: (11.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090613181546-vbfntai3b009dl1u
Tags: upstream-0.9.8k
ImportĀ upstreamĀ versionĀ 0.9.8k

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
Makefile.PL; make; make install> to install). It is run as B<egd>
46
46
I<path>, where I<path> is an absolute path designating a socket. When
47
47
RAND_egd() is called with that path as an argument, it tries to read
48
 
random bytes that EGD has collected. The read is performed in
49
 
non-blocking mode.
 
48
random bytes that EGD has collected. RAND_egd() retrieves entropy from the
 
49
daemon using the daemon's "non-blocking read" command which shall
 
50
be answered immediately by the daemon without waiting for additional
 
51
entropy to be collected. The write and read socket operations in the
 
52
communication are blocking.
50
53
 
51
54
Alternatively, the EGD-interface compatible daemon PRNGD can be used. It is
52
55
available from