Re: [Openvpn-devel] [PATCH v2] msvc: OpenSSL 1.1.x support

2019-10-30 Thread Simon Rozman
Hi, Unfortunately, I have no Visual Studio 2017 available any more. So, I had to upgrade the openvpn-build and openvpn to build with VS2019 first. Tested with OpenSSL 1.1.1d and this patch is indeed required to build openvpn.exe. Acked-by: Simon Rozman Best regards, Simon On 17.10.2019, 14

[Openvpn-devel] [PATCH v3] Fix broken fragmentation logic when using NCP

2019-10-30 Thread Lev Stipakov
From: Lev Stipakov This is the 2.4 backport of master patch (commit d22ba6b). NCP negotiation replaces worst case crypto overhead with actual one in data channel frame. That frame params are used by mssfix. Fragment frame still contains worst case overhead. Without this patch, fragmentation log

Re: [Openvpn-devel] [PATCH v2 release/2.4] Fix broken fragment/mssfix with NCP

2019-10-30 Thread Lev Stipakov
Hi, > with NCP: MSS: 1460 -> 1203 > --ncp-disable: MSS: 1284 -> 1211 > > ... and the very same numbers from master... > > So, I'm wondering how to proceed here... > As it turns out, the fix is correct but explanation is not quite clear. The problem is not in incorrect MSS value (it is co

[Openvpn-devel] Summary of the community meeting (30th October 2019)

2019-10-30 Thread Samuli Seppänen
Hi, Here's the summary of the IRC meeting. --- COMMUNITY MEETING Place: #openvpn-meeting on irc.freenode.net Date: Wednesday 30th October 2019 Time: 11:30 CET (10:30 UTC) Planned meeting topics for this meeting were here: Your lo

Re: [Openvpn-devel] [PATCH v2 release/2.4] Fix broken fragment/mssfix with NCP

2019-10-30 Thread Gert Doering
Hi, On Tue, Jul 23, 2019 at 05:34:47PM +0300, Lev Stipakov wrote: > From: Lev Stipakov > > This is the 2.4 backport of master patch (commit d22ba6b). > > NCP negotiation replaces worst cast crypto overhead > with actual one in data channel frame. That frame > params are used by mssfix. > > Fra