[Openvpn-devel] [PATCH applied] Re: Ignore --explicit-exit-notify in TCP mode.

2021-08-05 Thread Gert Doering
Patch has been applied to the master branch. commit 7953b07bf56c1df0f895ef0702a7732564de5ce9 Author: Gert Doering Date: Mon Aug 2 15:31:27 2021 +0200 Ignore --explicit-exit-notify in TCP mode. Signed-off-by: Gert Doering Acked-by: Antonio Quartulli Message-Id: <2021080213

[Openvpn-devel] [PATCH applied] Re: Use more C99 initialization in add_route/add_route_ipv6().

2021-08-05 Thread Gert Doering
Patch has been applied to the master branch. commit 903e2cf5c1152834437c8d814ed17d0838552f72 Author: Gert Doering Date: Mon Aug 2 17:26:19 2021 +0200 Use more C99 initialization in add_route/add_route_ipv6(). Signed-off-by: Gert Doering Acked-by: Antonio Quartulli Message

[Openvpn-devel] [PATCH v3] Modernise OpenVPN defaults and introduce '--compat-mode'

2021-08-05 Thread Arne Schwabe
TLS 1.0 should not be allowed anymore in a sensible default configuration. Bump the default to TLS 1.2 Also modify --cipher not to be automatically appended and default allow-compression to no. This also allows a default configuration to be compatible with DCO. Also introduce --compat-mode version