]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/egd.texi
[DOC] Insert blank spaces for convenience
[govpn.git] / doc / egd.texi
index 6b6780e22bd286b8644a08bb4c5a272bb4595f74..c0006db3ac601ae52bb3595339956d8409d75b20 100644 (file)
@@ -1,5 +1,5 @@
 @node EGD
-@section EGD
+@subsection Entropy Gathering Daemon
 
 Overall security mainly depends on client side:
 @ref{PAKE, good passphrase} and cryprographically good pseudo random
@@ -7,11 +7,12 @@ number generator.
 
 Some operating systems do not have good enough quality PRNG, bad
 @code{/dev/urandom}. You should use separate PRNG with them. GoVPN
-communicates with them using Entropy Gathering Daemon protocol.
+communicates with them using
+@url{http://egd.sourceforge.net/, Entropy Gathering Daemon} protocol.
 
 To switch using EGD-compatible daemons instead of @code{crypto/rand}
 library you provide @code{-egd PATH} command line option, where
-@code{PATH} is either host:port or path to the domain socket.
+@code{PATH} is the domain socket.
 
 @example
 % ./govpn-server [...] -egd /var/run/egd.sock