Attention is currently required from: cron2, flichtenheld, plaisthos, syzzer.
cron2 has uploaded a new patch set (#2) to the change originally created by syzzer. ( http://gerrit.openvpn.net/c/openvpn/+/1254?usp=email ) The following approvals got outdated and were removed: Code-Review+2 by cron2 The change is no longer submittable: Code-Review and checks~ChecksSubmitRule are unsatisfied now. 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: OpenVPN/openvpn#795 Change-Id: Ie8c6381e66d57e0c1ec31132fad8277e0133283f Signed-off-by: Steffan Karger <[email protected]> --- M doc/man-sections/connection-profiles.rst 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.openvpn.net:29418/openvpn refs/changes/54/1254/2 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: newpatchset Gerrit-Project: openvpn Gerrit-Branch: master Gerrit-Change-Id: Ie8c6381e66d57e0c1ec31132fad8277e0133283f Gerrit-Change-Number: 1254 Gerrit-PatchSet: 2 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]> Gerrit-Attention: syzzer <[email protected]> Gerrit-Attention: plaisthos <[email protected]> Gerrit-Attention: cron2 <[email protected]> Gerrit-Attention: flichtenheld <[email protected]>
_______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
