aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Sommerseth2020-07-17 19:15:44 +0200
committerGert Doering2020-07-18 10:58:33 +0200
commit4b4b34da9811da9e6912c89cd68be3cfe1684a97 (patch)
tree222f6ec6b659e30863c12a093d6e17c8965e1f65 /doc
parent19fab1f6cf71715f84d09d6a8b49698b0ae42cd1 (diff)
downloadopenvpn-4b4b34da9811da9e6912c89cd68be3cfe1684a97.zip
openvpn-4b4b34da9811da9e6912c89cd68be3cfe1684a97.tar.gz
Remove --no-iv
This finializes the depreacation started in OpenVPN 2.4, where --no-iv was made into a NOOP option. Signed-off-by: David Sommerseth <davids@openvpn.net> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20200717171544.21632-1-davids@openvpn.net> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20460.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/man-sections/server-options.rst2
-rw-r--r--doc/man-sections/unsupported-options.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/man-sections/server-options.rst b/doc/man-sections/server-options.rst
index c24aec0..c8e9fc6 100644
--- a/doc/man-sections/server-options.rst
+++ b/doc/man-sections/server-options.rst
@@ -399,7 +399,7 @@ fast hardware. SSL/TLS authentication must be used in this mode.
``link-mtu``, ``tun-mtu``, ``proto``, ``ifconfig``,
``comp-lzo``, ``fragment``, ``keydir``, ``cipher``,
``auth``, ``keysize``, ``secret``, ``no-replay``,
- ``no-iv``, ``tls-auth``, ``key-method``, ``tls-server``
+ ``tls-auth``, ``key-method``, ``tls-server``
and ``tls-client``.
This option requires that ``--disable-occ`` NOT be used.
diff --git a/doc/man-sections/unsupported-options.rst b/doc/man-sections/unsupported-options.rst
index 8aff5dd..05ba3ca 100644
--- a/doc/man-sections/unsupported-options.rst
+++ b/doc/man-sections/unsupported-options.rst
@@ -19,7 +19,7 @@ longer supported
--no-iv
Removed in OpenVPN 2.5. This option should not be used as it weakens the
- VPN tunnel security.
+ VPN tunnel security. This has been a NOOP option since OpenVPN 2.4.
--no-replay
Removed in OpenVPN 2.5. This option should not be used as it weakens the