From 7fa59cdf0c38972bdaa9d9106e78f468179d6bff Mon Sep 17 00:00:00 2001 From: Steffan Karger Date: Tue, 7 Oct 2025 22:28:10 +0200 Subject: [PATCH] Document that tls-crypt-v2 can be used in connection profile 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 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: closes OpenVPN/openvpn#795 Change-Id: Ie8c6381e66d57e0c1ec31132fad8277e0133283f Signed-off-by: Steffan Karger Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1254 Message-Id: <20251007202816.27730-1-gert@greenie.muc.de> URL: https://sourceforge.net/p/openvpn/mailman/message/59243550/ Signed-off-by: Gert Doering --- doc/man-sections/connection-profiles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man-sections/connection-profiles.rst b/doc/man-sections/connection-profiles.rst index 767ff3a33..8710a2a34 100644 --- a/doc/man-sections/connection-profiles.rst +++ b/doc/man-sections/connection-profiles.rst @@ -58,7 +58,7 @@ block: ``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 ```` profiles. If any of the above options (with the -- 2.47.3