]> Cypherpunks.ru repositories - govpn.git/blob - doc/user.texi
Ability to use EGD-compatible PRNGs
[govpn.git] / doc / user.texi
1 @node User manual
2 @unnumbered User manual
3
4 Announcements about updates and new releases can be found in @ref{Contacts}.
5
6 GoVPN is split into two pieces: client and server. Each of them work on
7 top of UDP and TAP virtual network interfaces. GoVPN is just a
8 tunnelling of Ethernet frames, nothing less, nothing more. All you
9 IP-related network management is not touched by VPN at all. You can
10 automate it using up and down shell scripts.
11
12 @menu
13 * EGD:: Entropy gathering daemon
14 * Identity::
15 * PAKE:: Password Authenticated Key Agreement
16 * Timeout::
17 * Nonce difference::
18 * MTU:: Maximum Transmission Unit
19 * Stats::
20 * Noise::
21 * CPR:: Constant Packet Rate
22 * Verifier::
23 * Client part::
24 * Server part::
25 * Example usage::
26 @end menu
27
28 @include egd.texi
29 @include identity.texi
30 @include pake.texi
31 @include timeout.texi
32 @include noncediff.texi
33 @include mtu.texi
34 @include stats.texi
35 @include noise.texi
36 @include cpr.texi
37 @include verifier.texi
38 @include client.texi
39 @include server.texi
40 @include example.texi