Re: [Openvpn-devel] [PATCH v3] Return cached result in tls_authentication_status

2021-05-07 Thread Antonio Quartulli
Hi Arne, following your lead I recompiled with --enable-async-push and the problem went away. Some ifdef is messing up the code path? Cheers, On 06/05/2021 23:49, Antonio Quartulli wrote: > Hi Arne, > > after our discussion on IRC I understood you expected this patch to not > change the server

Re: [Openvpn-devel] [PATCH v3] Return cached result in tls_authentication_status

2021-05-07 Thread Arne Schwabe
Am 06.05.21 um 23:49 schrieb Antonio Quartulli: > Hi Arne, > > after our discussion on IRC I understood you expected this patch to not > change the server behaviour. > > If something is suboptimal, it means it was suboptimal also before this > patch. > > However, with your patch I can clearly se

[Openvpn-devel] [PATCH v12] Add DNS SRV remote host discovery support

2021-05-07 Thread Vladislav Grishenko
DNS SRV remote host discovery allows to have multiple OpenVPN servers for a single domain w/o explicit profile enumeration, to move services from host to host with little fuss, and to designate hosts as primary servers for a service and others as backups. Feature has been asked several times alread

Re: [Openvpn-devel] [PATCH applied] Re: Add CRL extractor script for --crl-verify dir mode

2021-05-07 Thread Vladislav Grishenko
Thanks! Need to say, implemented "run an openssl binary" internal method is a bit faster than python-native crl parsing, according our tests and usage experience. -- Best Regards, Vladislav Grishenko > -Original Message- > From: Gert Doering > Sent: Thursday, May 6, 2021 1:12 AM > To: Vl

[Openvpn-devel] [PATCH] msvc: add ARM64 configuration

2021-05-07 Thread Lev Stipakov
From: Lev Stipakov While on it, bump msvc solution version. Signed-off-by: Lev Stipakov --- .../msvc/msvc-generate/msvc-generate.vcxproj | 44 - openvpn.sln | 30 - src/compat/compat.vcxproj | 39 src/openv