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