From ee997c818e5339b8893d844ed41a7482d7c6092b Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 22 Aug 2021 22:16:42 +0200 Subject: [PATCH] Fix documentation of default cipher algorithm used for the legacy protocol. --- doc/tinc.conf.5.in | 2 +- doc/tinc.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tinc.conf.5.in b/doc/tinc.conf.5.in index f0e765dc..a45202b6 100644 --- a/doc/tinc.conf.5.in +++ b/doc/tinc.conf.5.in @@ -603,7 +603,7 @@ Multiple .Va Address variables can be specified, in which case each address will be tried until a working connection has been established. -.It Va Cipher Li = Ar cipher Pq blowfish +.It Va Cipher Li = Ar cipher Pq aes-256-cbc The symmetric cipher algorithm used to encrypt UDP packets. Any cipher supported by LibreSSL or OpenSSL is recognised. Furthermore, specifying diff --git a/doc/tinc.texi b/doc/tinc.texi index 2e519d1c..ab3dca23 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -1328,7 +1328,7 @@ Multiple Address variables can be specified, in which case each address will be tried until a working connection has been established. @cindex Cipher -@item Cipher = <@var{cipher}> (blowfish) +@item Cipher = <@var{cipher}> (aes-256-cbc) The symmetric cipher algorithm used to encrypt UDP packets using the legacy protocol. Any cipher supported by LibreSSL or OpenSSL is recognized. Furthermore, specifying @samp{none} will turn off packet encryption. -- 2.20.1