[Openvpn-devel] [PATCH applied] Re: Add unit test for reliable_get_num_output_sequenced_available

2022-11-05 Thread Gert Doering
This adds the unit test for the previously introduced new function - and applies nicely on "v6 1/2". Tested on FreeBSD and Linux, and "it passes". .. [ RUN ] test_get_num_output_sequenced_available [ OK ] test_get_num_output_sequenced_available [==] 7 test(s) run. [ PASSED

[Openvpn-devel] [PATCH applied] Re: Refactor/optimise code sending TLS control channel messages

2022-11-05 Thread Gert Doering
Acked-by: Gert Doering This is a slightly complicated ACK - this is a respin of 1/3 v4 with the "Ensure that control channel packet are respecting maximum packet size" patch, which has an ACK from Frank Lichtenheld. During testing of v4 I noticed that it it brings a regression for "very small

Re: [Openvpn-devel] [PATCH] win32: detect arm64 architecture and emulations

2022-11-05 Thread Lev Stipakov
I have tested following configurations:On my Volterra:- x86 on arm64 win11- x64 on arm64 win11- arm64 on arm64 win11On my laptop:- x86 on amd64 win10 - amd64 on amd64 win10On VM:- x86 on amd64 win7- amd64 on amd64 win7If you want to test, you could get binaries (enough to run openvpn —version)

Re: [Openvpn-devel] [PATCH] win32: detect arm64 architecture and emulations

2022-11-05 Thread Gert Doering
Hi, On Fri, Nov 04, 2022 at 11:02:47AM +0200, Lev Stipakov wrote: > From: Lev Stipakov > > Properly detect process architecture and > machine architecture, including arm64. > > Print process architecture and, if machine > architecture is different (we are running in > emulation), print that