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 -
> 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
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
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
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
> ---
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
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
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