|
From: Gert D. <ge...@gr...> - 2025-10-07 20:28:29
|
From: Steffan Karger <st...@ka...> As reported in https://github.com/OpenVPN/openvpn/issues/795, tls-crypt-v2 was not documented as an option that was allowed to be used in <connection> blocks. This is a documentation mistake - it has from it's introduction been possible to do so. Verified in the code and tested locally. Github: OpenVPN/openvpn#795 Change-Id: Ie8c6381e66d57e0c1ec31132fad8277e0133283f Signed-off-by: Steffan Karger <st...@ka...> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1254 --- This change was reviewed on Gerrit and approved by at least one developer. I request to merge it to master. Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1254 This mail reflects revision 2 of this Change. Acked-by according to Gerrit (reflected above): diff --git a/doc/man-sections/connection-profiles.rst b/doc/man-sections/connection-profiles.rst index 767ff3a..8710a2a 100644 --- a/doc/man-sections/connection-profiles.rst +++ b/doc/man-sections/connection-profiles.rst @@ -58,7 +58,7 @@ ``http-proxy-option``, ``key-direction``, ``link-mtu``, ``local``, ``lport``, ``mssfix``, ``mtu-disc``, ``nobind``, ``port``, ``proto``, ``remote``, ``rport``, ``socks-proxy``, ``tls-auth``, ``tls-crypt``, -``tun-mtu and``, ``tun-mtu-extra``. +``tls-crypt-v2``, ``tun-mtu and``, ``tun-mtu-extra``. A defaulting mechanism exists for specifying options to apply to all ``<connection>`` profiles. If any of the above options (with the |