]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/news.texi
Replace (X)Salsa20 with ChaCha20
[govpn.git] / doc / news.texi
index 4aaa695c09e741e1b426f50def302171310a872a..10a2aab6d134519e72530c49d4fb0f33d7dff6e0 100644 (file)
@@ -3,33 +3,64 @@
 
 See also this page @ref{Новости, on russian}.
 
-@menu
-* Release 5.5::
-* Release 5.4::
-* Release 5.3::
-* Release 5.2::
-* Release 5.1::
-* Release 5.0::
-* Release 4.2::
-* Release 4.1::
-* Release 4.0::
-* Release 3.5::
-* Release 3.4::
-* Release 3.3::
-* Release 3.2::
-* Release 3.1::
-* Release 3.0::
-* Release 2.4::
-* Release 2.3::
-* Release 2.2::
-* Release 2.1::
-* Release 2.0::
-* Release 1.5::
-* Release 1.4::
-* Release 1.3::
-* Release 1.1::
-* Release 1.0::
-@end menu
+@node Release 7.0
+@section Release 7.0
+@itemize
+@item (X)Salsa20 is replaced with ChaCha20. Theoretically it should be
+faster and more secure.
+@end itemize
+
+@node Release 6.0
+@section Release 6.0
+@itemize
+@item Argon2d is replaced with Balloon hashing. Found Argon2 libraries
+written on pure Go have various problems. Moreover Argon2i should be
+used instead, but it has some possible
+@url{http://eprint.iacr.org/2016/027, cryptographic defects}. So it is
+replaced with much more simpler (and seems even cryptographically
+better) @url{https://crypto.stanford.edu/balloon/, Balloon hashing}.
+@end itemize
+
+@node Release 5.10
+@section Release 5.10
+@itemize
+@item @option{-version} option added, printing program version.
+@end itemize
+
+@node Release 5.9
+@section Release 5.9
+@itemize
+@item Client reconnects in the loop when connection is lost. Optionally
+you can disable that behaviour: client will exit immediately, as it
+previously did.
+@end itemize
+
+@node Release 5.8
+@section Release 5.8
+@itemize
+@item Optional ability to use syslog for logging, with
+@url{https://tools.ietf.org/html/rfc5424, RFC 5424}-like
+structured records.
+@item XTEA algorithm is not used anymore for nonce obfuscation, but
+BLAKE2b-MAC instead. Encryptionless mode now really does not depend on
+encryption functions.
+@end itemize
+
+@node Release 5.7
+@section Release 5.7
+@itemize
+@item TAP interface name and remote peer's address are passed to up- and
+down- scripts through environment variables.
+@item Update Argon2 library to use version 1.3 of the algorithm.
+@end itemize
+
+@node Release 5.6
+@section Release 5.6
+@itemize
+@item Added up/down example script for replacing default route (thanks
+to Zhuoyun Wei).
+@item Fixed documentation bug: @file{.info} was not installing.
+@end itemize
 
 @node Release 5.5
 @section Release 5.5