cron2 has submitted this change. ( http://gerrit.openvpn.net/c/openvpn/+/1254?usp=email )
Change subject: Document that tls-crypt-v2 can be used in connection profile ...................................................................... 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 <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: closes OpenVPN/openvpn#795 Change-Id: Ie8c6381e66d57e0c1ec31132fad8277e0133283f Signed-off-by: Steffan Karger <[email protected]> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1254 Message-Id: <[email protected]> URL: https://sourceforge.net/p/openvpn/mailman/message/59243550/ Signed-off-by: Gert Doering <[email protected]> --- M doc/man-sections/connection-profiles.rst 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/1254?usp=email To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: openvpn Gerrit-Branch: master Gerrit-Change-Id: Ie8c6381e66d57e0c1ec31132fad8277e0133283f Gerrit-Change-Number: 1254 Gerrit-PatchSet: 3 Gerrit-Owner: syzzer <[email protected]> Gerrit-Reviewer: cron2 <[email protected]> Gerrit-Reviewer: flichtenheld <[email protected]> Gerrit-Reviewer: plaisthos <[email protected]> Gerrit-CC: openvpn-devel <[email protected]>
_______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
