Re: [Openvpn-devel] New tap-windows6 driver (9.21.3) available for testing

2018-04-17 Thread Selva Nair
Hi, A couple of things I noticed (i) On a slightly outdated Windows 7 box (last update in Sep 2017), previously running 2.4.5, the install appeared to succeed but the tap adapter was no longer usable -- openvpn errors out with CreateFile() failure when opening the adapter. Reinstalling or recreat

Re: [Openvpn-devel] [PATCH] Specify platform and version on command line.

2018-04-17 Thread Micah Morton
@gert: Good point. We should be able to use UV_* variables to do what we need. Thanks! On Fri, Apr 13, 2018 at 4:24 PM, Arne Schwabe wrote: > Am 13.04.2018 um 19:23 schrieb Micah Morton: > > From 557d2e73bf21ddb9d07b43f716c7914d610e7392 Mon Sep 17 00:00:00 2001 > From: Micah Morton > Date: Fr

[Openvpn-devel] [PATCH] Support fingerprint authentication

2018-04-17 Thread Jason A. Donenfeld
OpenVPN traditionally works around CAs. However many TLS-based protocols also allow an alternative simpler mode in which rather than verify certificates against CAs, the certificate itself is hashed and compared against a pre-known set of acceptable hashes. This is usually referred to as "fingerpri

[Openvpn-devel] Fingerprint-based Auth

2018-04-17 Thread Jason A. Donenfeld
Hello list, OpenVPN traditionally works around CAs. However many TLS-based protocols also allow an alternative simpler mode in which rather than verify certificates against CAs, the certificate itself is hashed and compared against a pre-known set of acceptable hashes. This is usually referred to

Re: [Openvpn-devel] New tap-windows6 driver (9.21.3) available for testing

2018-04-17 Thread Samuli Seppänen
Hi, Il 16/04/2018 16:56, fragmentux ha scritto: > Hi, > > I have successfully installed and am currently using this driver > on Windows 10 fully upto date. > > Aside from the usual windblows crap (new layers of BS between *Programs > and Features and Network Connections .. you know what I mean)

Re: [Openvpn-devel] New tap-windows6 driver (9.21.3) available for testing

2018-04-17 Thread Samuli Seppänen
Il 16/04/2018 16:43, Simon Rozman ha scritto: >> I've tested installing this driver on Windows 7 Pro (64-bit) and Windows >> 2012r2 (64-bit) and I did not encounter any installation issues. >> However, I do not have access to Windows 8 or Windows 10, nor to 32-bit >> platforms. >> >> I would apprec