Re: [Openvpn-devel] [PATCH v2 2/3] Permit unlimited connection entries and remotes

2021-10-05 Thread Selva Nair
Hi, As this patch set is not getting any attention, I guess the need for this is not clear enough from the commit messages. To be blunt, --management-query-remote is pretty useless the way it stands. Let me explain: (1) It queries the user with one remote at a time taking about 1 second per query

Re: [Openvpn-devel] [PATCH 0/9] A built-in OpenSSL3.0 provider for external-keys

2021-10-05 Thread Selva Nair
Hi Here is an update on this patch set to keep all in the loop. Arne discovered that my patch broke ECDH key exchange in some cases. This turns out to be due to the way providers are handled in OpenSSL especially when used in a TLS context. It leads to the requirement that an external provider h

[Openvpn-devel] [PATCH] configure: remove useless -Wno-* from default CFLAGS

2021-10-05 Thread Antonio Quartulli
Historically we always had -Wno-unused-parameter and -Wno-unused-function enabled along with -Wall. When we made -Wall a default option, we carried the other two along and made them default too (in 2018). Now the code is much cleaner compared to the past and we do not really require -Wno-unused-p

[Openvpn-devel] OpenVPN 2.5.4 released

2021-10-05 Thread Samuli Seppänen
The OpenVPN community project team is proud to release OpenVPN 2.5.4. This release include a number of fixes and small improvements. Windows executable and libraries are now built natively on Windows using MSVC, not cross-compiled on Linux as with earlier 2.5 releases. Windows installers includ