aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArne Schwabe2021-12-01 19:07:22 +0100
committerGert Doering2021-12-05 18:33:23 +0100
commit5dcd9a72436c10888202a957a76325b361cca2a5 (patch)
tree3b7862f166c1de93f5f6b08652235c91a3c16e54 /doc
parente82e3382384846456881eec97d626b2d4cfb2df6 (diff)
downloadopenvpn-5dcd9a72436c10888202a957a76325b361cca2a5.zip
openvpn-5dcd9a72436c10888202a957a76325b361cca2a5.tar.gz
Remove cipher_kt_var_key_size and remaining --keysize documentation
Remove --keysize from the manual page and also remove mentioning variable key size in output of ciphers as there is no longer a way to change the keysize. Signed-off-by: Arne Schwabe <arne@rfc2549.org> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20211201180727.2496903-4-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23275.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/man-sections/protocol-options.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/man-sections/protocol-options.rst b/doc/man-sections/protocol-options.rst
index 7095b6f..f4be6f9 100644
--- a/doc/man-sections/protocol-options.rst
+++ b/doc/man-sections/protocol-options.rst
@@ -183,17 +183,6 @@ configured in a compatible way between both the local and remote side.
``--tls-auth`` and ``--secret`` options. Useful when using inline files
(See section on inline files).
---keysize n
- **DEPRECATED** This option will be removed in OpenVPN 2.6.
-
- Size of cipher key in bits (optional). If unspecified, defaults to
- cipher-specific default. The ``--show-ciphers`` option (see below) shows
- all available OpenSSL ciphers, their default key sizes, and whether the
- key size can be changed. Use care in changing a cipher's default key
- size. Many ciphers have not been extensively cryptanalyzed with
- non-standard key lengths, and a larger key may offer no real guarantee
- of greater security, or may even reduce security.
-
--data-ciphers cipher-list
Restrict the allowed ciphers to be negotiated to the ciphers in
``cipher-list``. ``cipher-list`` is a colon-separated list of ciphers,