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

2017-04-26 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 it moves the hash verification away from memcmp() to memcmp_constant_time().

Re: [Openvpn-devel] For Windows: DHCP Client dependency

2017-04-26 Thread Samuli Seppänen
On 26/04/2017 13:12, David Sommerseth wrote: > On 26/04/17 10:32, Samuli Seppänen wrote: >> >> So I made the anchor visible: >> >> >> >> Not necessarily very pretty, but should help users figure out which FAQ >> item they should click on. > > It's n

Re: [Openvpn-devel] For Windows: DHCP Client dependency

2017-04-26 Thread David Sommerseth
On 26/04/17 10:32, Samuli Seppänen wrote: > > So I made the anchor visible: > > > > Not necessarily very pretty, but should help users figure out which FAQ > item they should click on. It's not too ugly. But I spotted something far more cruciall

Re: [Openvpn-devel] For Windows: DHCP Client dependency

2017-04-26 Thread Samuli Seppänen
On 25/04/2017 15:29, Samuli Seppänen wrote: > On 25/04/2017 15:11, debbie10t wrote: >> >> >> On 25/04/17 01:18, debbie10t wrote: >>> Hi, >>> >>> generally, Openvpn on Windows is dependent on the "Windows DHCP Client >>> service" .. if that Service is not started, is it possible for Openvpn >>> to r

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

2017-04-26 Thread Ilya Shipitsin
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 --- v2: moved download/build dependencies into functions, changed cross build detection from shell expansion ${CH

Re: [Openvpn-devel] Windows 10 Creators Update broke --block-outside-dns

2017-04-26 Thread ValdikSS
Thanks, please see v2 here https://github.com/ValdikSS/openvpn-with-patches/commit/bb5893bdbd74b8168e1ad9561a55bd9449b1d5b5 On 26.04.2017 00:06, David Sommerseth wrote: > On 25/04/17 22:40, ValdikSS wrote: > I've quickly looked at it. I am by far no Windows developer, so I don't > understand all