41 lines
1.5 KiB
Diff
41 lines
1.5 KiB
Diff
|
From 440bf1e9e484ac9800308dafbb5089e400df3522 Mon Sep 17 00:00:00 2001
|
||
|
From: Guus Sliepen <guus@tinc-vpn.org>
|
||
|
Date: Sun, 22 Aug 2021 22:16:42 +0200
|
||
|
Subject: [PATCH 08/10] 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 d7aa7d99..0cfdd089 100644
|
||
|
--- a/doc/tinc.conf.5.in
|
||
|
+++ b/doc/tinc.conf.5.in
|
||
|
@@ -562,7 +562,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.36.0
|
||
|
|