X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fegd.texi;h=06d69b033b7050fb2be4cd50aa3684d7dc1e3e92;hb=0e482169576b59168f44e509863e6b6acbca6f6d;hp=9984a20c1437f1f8d3b6138a315f3a47405e7076;hpb=1fea06143f0580f3d40a9ddbb1425ab613910155;p=govpn.git diff --git a/doc/egd.texi b/doc/egd.texi index 9984a20..06d69b0 100644 --- a/doc/egd.texi +++ b/doc/egd.texi @@ -1,7 +1,4 @@ @node EGD -@cindex EGD -@cindex Entropy Gathering Daemon -@cindex Entropy @subsection Entropy Gathering Daemon Overall security mainly depends on client side: @@ -9,14 +6,14 @@ Overall security mainly depends on client side: number generator. Some operating systems do not have good enough quality PRNG, bad -@code{/dev/urandom}. You should use separate PRNG with them. GoVPN +@file{/dev/urandom}. You should use separate PRNG with them. GoVPN 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 +library you provide @option{-egd PATH} command line option, where @code{PATH} is the domain socket. -@example +@verbatim % ./govpn-server [...] -egd /var/run/egd.sock -@end example +@end verbatim