Re: [Openvpn-devel] [PATCH] Setting adapter mtu on windows systems

2019-03-28 Thread Gert Doering
Hi, On Thu, Mar 28, 2019 at 09:33:43AM -0700, Marvin Adeff wrote: > From a user perspective, there should probably be a way to disable any > programmatic setting of mtu. In our usage, the same network interface that > OpenVPN traffic goes out on often also must carry large traffic to other > d

Re: [Openvpn-devel] [PATCH] Setting adapter mtu on windows systems

2019-03-28 Thread Marvin Adeff
Hi, From a user perspective, there should probably be a way to disable any programmatic setting of mtu. In our usage, the same network interface that OpenVPN traffic goes out on often also must carry large traffic to other destinations that not uncommonly go through some low mtu path. In these

Re: [Openvpn-devel] [PATCH] Setting adapter mtu on windows systems

2019-03-28 Thread Selva Nair
Hi On Thu, Mar 28, 2019 at 9:13 AM Arne Schwabe wrote: > Am 28.03.19 um 13:27 schrieb Christopher Schenk: > > From: Christopher Schenk > > > > --- > > src/openvpn/tun.c | 39 ++- > > 1 file changed, 38 insertions(+), 1 deletion(-) > > > > diff --git a/src/op

Re: [Openvpn-devel] [PATCH] Setting adapter mtu on windows systems

2019-03-28 Thread Arne Schwabe
Am 28.03.19 um 13:27 schrieb Christopher Schenk: > From: Christopher Schenk > > --- > src/openvpn/tun.c | 39 ++- > 1 file changed, 38 insertions(+), 1 deletion(-) > > diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c > index 48a8fdf7..93d028c8 100644 > ---

[Openvpn-devel] [PATCH] Setting adapter mtu on windows systems

2019-03-28 Thread Christopher Schenk
From: Christopher Schenk --- src/openvpn/tun.c | 39 ++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c index 48a8fdf7..93d028c8 100644 --- a/src/openvpn/tun.c +++ b/src/openvpn/tun.c @@ -69,6 +69,12 @@ stat

Re: [Openvpn-devel] [PATCH] openssl: Replace not[Before/After] functions with get0 variants

2019-03-28 Thread Rosen Penev
On Thu, Mar 28, 2019 at 12:51 AM Gert Doering wrote: > > Hi, > > On Wed, Mar 27, 2019 at 02:56:26PM -0700, Rosen Penev wrote: > > Also removed initialization with OpenSSL 1.1 as it is no longer needed and > > causes compilation errors when disabling deprecated APIs. > > > > Same with SSL_CTX_set_e

Re: [Openvpn-devel] [PATCH] openssl: Replace not[Before/After] functions with get0 variants

2019-03-28 Thread Arne Schwabe
> diff --git a/configure.ac b/configure.ac > index dfb268ca..2617f344 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -922,6 +922,8 @@ if test "${with_crypto_library}" = "openssl"; then > SSL_CTX_get_default_passwd_cb \ > SSL_CTX_get_default_passwd

Re: [Openvpn-devel] [PATCH] openssl: Replace not[Before/After] functions with get0 variants

2019-03-28 Thread Gert Doering
Hi, On Wed, Mar 27, 2019 at 02:56:26PM -0700, Rosen Penev wrote: > Also removed initialization with OpenSSL 1.1 as it is no longer needed and > causes compilation errors when disabling deprecated APIs. > > Same with SSL_CTX_set_ecdh_auto as it got removed. The Subject: line is a bit misleading -