Re: [Openvpn-devel] [PATCH] v3, travis-ci: add 2 mingw "build only" configurations

2017-05-04 Thread Илья Шипицин
2017-05-04 0:13 GMT+05:00 Steffan Karger : > Hi, > > On 26-04-17 10:13, Ilya Shipitsin wrote: > > Inspired by https://www.mail-archive.com/openvpn-devel@lists. > sourceforge.net/msg13032.html > > build options are taken from regular windows installer builds > > > > Signed-off-by: Ilya Shipitsin >

[Openvpn-devel] [PATCH] Set a low interface metric for tap adapter when block-outside-dns is in use

2017-05-04 Thread ValdikSS
From: ValdikSS Windows 10 before Creators Update used to resolve DNS using all available adapters and IP addresses in parallel. Now it still resolves addresses using all available adapters but in a round-robin way, beginning with random adapter. This behaviour introduces significant delay when

[Openvpn-devel] [PATCH v2] crypto: Enable SHA256 fingerprint checking in --verify-hash

2017-05-04 Thread David Sommerseth
This enhances --verify-hash with an optional algorithm flag. If not provided, it defaults to SHA1 to preserve backwards compatbilitity with existing configurations. The only valid flags are SHA1 and SHA256. In addition enhance the layout of the --verify-hash section in the man page. Signed-off-