Re: [Openvpn-devel] Regarding tap-windows6 driver signatures and driver distribution

2018-06-20 Thread Jon Kunkee via Openvpn-devel
> Testing the signatures and the driver on ARM64 would be good. We don't > have any ARM64 Windows hardware at our disposal. Drop me a package and I'll take it for a spin. I have at least one device with Secure Boot set up on a released build (1803). > We don't have any tap-windows6 -specific te

Re: [Openvpn-devel] [PATCH v3 2/8] windows: properly configure TAP driver when no IPv4 is configured

2018-06-20 Thread Gert Doering
Hi, On Wed, Jun 20, 2018 at 03:31:39PM -0400, Selva Nair wrote: > > This code is a bit optimstic :-) - there is no "c" here... > > When did this change? In a previous version this was done as v2 to v3, because I complained that check_add_routes_dowork() is hard enough to read as it is, and sug

Re: [Openvpn-devel] [PATCH v3 2/8] windows: properly configure TAP driver when no IPv4 is configured

2018-06-20 Thread Selva Nair
Hi, On Wed, Jun 20, 2018 at 11:53 AM, Gert Doering wrote: > Hi, > > On Wed, Jun 13, 2018 at 10:12:13PM +0800, Antonio Quartulli wrote: >> From: Antonio Quartulli >> >> This patch ensures that the TAP driver on a windows host is still >> configured, even though no IPv4 has been provided. >> >> In

Re: [Openvpn-devel] [PATCH v3 2/8] windows: properly configure TAP driver when no IPv4 is configured

2018-06-20 Thread Gert Doering
Hi, On Wed, Jun 13, 2018 at 10:12:13PM +0800, Antonio Quartulli wrote: > From: Antonio Quartulli > > This patch ensures that the TAP driver on a windows host is still > configured, even though no IPv4 has been provided. > > In this case the TAP driver ioctl will be invoked with a fake > 0.0.0.0

Re: [Openvpn-devel] [PATCH] OpenSSL: Fix compilation with deprecated APIs disabled on 1.1

2018-06-20 Thread Arne Schwabe
Am 20.06.18 um 14:40 schrieb Emmanuel Deloget: > Hello Rosen, > > On Wed, Jun 20, 2018 at 7:00 AM Gert Doering wrote: >> >> Hi, >> >> On Tue, Jun 19, 2018 at 09:46:50PM -0700, Rosen Penev wrote: >>> Signed-off-by: Rosen Penev >>> --- >>> src/openvpn/crypto_openssl.c | 9 + >>> src/

Re: [Openvpn-devel] [PATCH] OpenSSL: Fix compilation with deprecated APIs disabled on 1.1

2018-06-20 Thread Gert Doering
Hi, On Wed, Jun 20, 2018 at 02:40:43PM +0200, Emmanuel Deloget wrote: > Can you give a better explanation of the issue ? (I'm sorry, I try to > follow the discussions on the ML, but I'm kind of slow (and busy, > which does not help)). If I understood the discussion right, you can compile OpenSSL

Re: [Openvpn-devel] [PATCH] OpenSSL: Fix compilation with deprecated APIs disabled on 1.1

2018-06-20 Thread Emmanuel Deloget
Hello Rosen, On Wed, Jun 20, 2018 at 7:00 AM Gert Doering wrote: > > Hi, > > On Tue, Jun 19, 2018 at 09:46:50PM -0700, Rosen Penev wrote: > > Signed-off-by: Rosen Penev > > --- > > src/openvpn/crypto_openssl.c | 9 + > > src/openvpn/ssl_openssl.c| 32 +++