X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fabout.texi;h=5fbafe7fd2530d29d7fa774e01d95346f4efb8b8;hb=c982ccb214ba8d0fd8a30dee7439ea2db1559f6f;hp=a3ed945f20c1037a72260c9a641594736a766c1d;hpb=96b730405d6c9468e156a5386ca6b25a3bcdd3ec;p=govpn.git diff --git a/doc/about.texi b/doc/about.texi index a3ed945..5fbafe7 100644 --- a/doc/about.texi +++ b/doc/about.texi @@ -9,7 +9,7 @@ See also this page @ref{О демоне, on russian}. @item @url{https://www.gnu.org/philosophy/pragmatic.html, Copylefted} @url{https://www.gnu.org/philosophy/free-sw.html, free software}: -licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GPLv3+}. +licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GNU GPLv3+}. @item Fast strong @ref{PAKE, passphrase authenticated} augmented @@ -25,7 +25,7 @@ passphrase verifiers compromising. @item Encrypted and authenticated @ref{Transport, payload transport} -with 128-bit @ref{Developer, security margin} state-of-the-art +with 128-bit @ref{Developer, security margin} state-of-the-art non-NIST cryptography. @item @@ -66,7 +66,7 @@ options. Clients have pre-established @ref{Identity, identity} invisible for third-parties (they are anonymous). @item -Uses @url{https://en.wikipedia.org/wiki/TAP_(network_driver), TAP} +Uses @url{https://en.wikipedia.org/wiki/TAP_(network_driver), TUN/TAP} underlying network interfaces. @item @@ -84,6 +84,9 @@ Optional built-in HTTP-server for retrieving real-time @item Server is configured through the @url{http://yaml.org/, YAML} file. +@item +Ability to use syslog for logging. + @item Written on @url{https://golang.org/, Go} programming language with simple code that can be read and reviewed.