]> Cypherpunks.ru repositories - govpn.git/blob - doc/egd.texi
Fix docstring splitted lines
[govpn.git] / doc / egd.texi
1 @node EGD
2 @subsection Entropy Gathering Daemon
3
4 Overall security mainly depends on client side:
5 @ref{PAKE, good passphrase} and cryprographically good pseudo random
6 number generator.
7
8 Some operating systems do not have good enough quality PRNG, bad
9 @file{/dev/urandom}. You should use separate PRNG with them. GoVPN
10 communicates with them using
11 @url{http://egd.sourceforge.net/, Entropy Gathering Daemon} protocol.
12
13 To switch using EGD-compatible daemons instead of @code{crypto/rand}
14 library you provide @option{-egd PATH} command line option, where
15 @code{PATH} is the domain socket.
16
17 @verbatim
18 % ./govpn-server [...] -egd /var/run/egd.sock
19 @end verbatim