[Openvpn-devel] [PATCH applied] Re: Ensure the current common_name is in the environment for scripts

2021-10-23 Thread Gert Doering
Acked-by: Gert Doering Thanks for finding a better theory how to fix this :-) - and then finding the single-line "so obvious" place to fix this, without caring about all our convolutions in changing common_name. (And thanks to Richard for getting so upset with this bug that he found nice and re

[Openvpn-devel] [PATCH applied] Re: Ensure the current common_name is in the environment for scripts

2021-10-23 Thread Gert Doering
Acked-by: Gert Doering Thanks, again :-) Your patch has been applied to the release/2.5 and release/2.4 branches. commit a2412bf4a6bb6ac7a6f26128d00fe81b0fa4a18e (release/2.5) commit 644bcb87e76f0c56ec5b6cb205771a00fc28e598 (release/2.4) Author: Selva Nair Date: Fri Oct 22 20:07:06 2021 -0400

Re: [Openvpn-devel] [PATCH v3 12/21] [OSSL 3.0] Allow loading of non default providers

2021-10-23 Thread Selva Nair
Hi, Some very minor nits and a couple of points that would require a v4: On Tue, Oct 19, 2021 at 2:32 PM Arne Schwabe wrote: > This allows OpenVPN to load non-default providers. This is mainly > useful for loading the legacy provider with --provider legacy:default > > Signed-off-by: Arne Schwab

Re: [Openvpn-devel] [PATCH v3 09/21] Refactor early initialisation and uninitialisation into methods

2021-10-23 Thread Selva Nair
Hi, On Tue, Oct 19, 2021 at 2:32 PM Arne Schwabe wrote: > This put the early initialisation and uninitialisation that needs to > happen between option parsing and post processing into small methods. > > Signed-off-by: Arne Schwabe > --- > src/openvpn/openvpn.c | 23 ++- > 1