]> granicus.if.org Git - apache/commitdiff
remove misleading information about mod_ssl behaviour on FreeBSD.
authorIgor Galić <igalic@apache.org>
Wed, 11 Apr 2012 11:34:11 +0000 (11:34 +0000)
committerIgor Galić <igalic@apache.org>
Wed, 11 Apr 2012 11:34:11 +0000 (11:34 +0000)
EDG is a dead project. rndcontrol has been removed 11 years ago.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1324709 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index 045c21b9e30a6e0bad78a04404d1d78ee67061ec..1be9e22ea6969e0298e83a69b44721877ed44829 100644 (file)
@@ -366,16 +366,7 @@ The following <em>source</em> variants are available:</p>
     can take a long time). Here using an existing <code>/dev/urandom</code> is
     better, because it never blocks and actually gives the amount of requested
     data. The drawback is just that the quality of the received data may not
-    be the best.</p>
-    <p>
-    On some platforms like FreeBSD one can even control how the entropy is
-    actually generated, i.e. by which system interrupts. More details one can
-    find under <em>rndcontrol(8)</em> on those platforms. Alternatively, when
-    your system lacks such a random device, you can use tool
-    like <a href="http://www.lothar.com/tech/crypto/">EGD</a>
-    (Entropy Gathering Daemon) and run it's client program with the
-    <code>exec:/path/to/program/</code> variant (see below) or use
-    <code>egd:/path/to/egd-socket</code> (see below).</p></li>
+    be the best.</p></li>
 
 <li><code>exec:/path/to/program</code>
     <p>