aboutsummaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authorArne Schwabe2020-07-17 15:47:38 +0200
committerGert Doering2020-07-27 10:02:54 +0200
commit30d19c6ebee05de4cc35155a6c7742ccbf021a82 (patch)
tree61795fcf7b67fc016c2dd5f6437233179368641d /sample
parenta3b21a76b87fedf045c409481f55c34486d8cd27 (diff)
downloadopenvpn-30d19c6ebee05de4cc35155a6c7742ccbf021a82.zip
openvpn-30d19c6ebee05de4cc35155a6c7742ccbf021a82.tar.gz
Rename ncp-ciphers to data-ciphers
The change in name signals that data-ciphers is the preferred way to configure data channel (and not --cipher). The data prefix is chosen to avoid ambiguity and make it distinct from tls-cipher for the TLS ciphers. Signed-off-by: Arne Schwabe <arne@rfc2549.org> Acked-by: Steffan Karger <steffan.karger@foxcrypto.com> Message-Id: <20200717134739.21168-8-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20444.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'sample')
-rw-r--r--sample/sample-config-files/client.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/sample-config-files/client.conf b/sample/sample-config-files/client.conf
index 7f2f30a..47ca409 100644
--- a/sample/sample-config-files/client.conf
+++ b/sample/sample-config-files/client.conf
@@ -112,7 +112,7 @@ tls-auth ta.key 1
# then you must also specify it here.
# Note that v2.4 client/server will automatically
# negotiate AES-256-GCM in TLS mode.
-# See also the ncp-cipher option in the manpage
+# See also the data-ciphers option in the manpage
cipher AES-256-CBC
# Enable compression on the VPN link.