[Openvpn-devel] [PATCH v2] openvpnmsica: add ovpn-dco custom actions

2022-01-27 Thread Lev Stipakov
From: Lev Stipakov Add two custom actions to service ovpn-dco driver installation. - EvaluateDriver Runs under user privileges. Determines what action (install/uninstall) should be performed on ovpn-dco component. - ProcessDriver Runs under SYSTEM privileges. Performs driver (un)installatio

[Openvpn-devel] [PATCH applied] Re: update copyright year to 2022

2022-01-27 Thread Gert Doering
Acked-by: Gert Doering Nothing like a yearly copyright update to bump your commit counts! :-) (But as I said on IRC - if we do this on master, we need to do it on the "current stable" tree as well, so thanks for sending) Verified by "git show -I Copyright" that indeed only such lines are change

Re: [Openvpn-devel] [PATCH v3] Allow PKCS#11 uri to be used as --cert and --key file names

2022-01-27 Thread Gert Doering
Hi, On Tue, Jan 25, 2022 at 12:02:44PM -0500, Selva Nair wrote: > > In its simplest form, just have > > > > --cert 'pkcs11:id=%01' > > I'm withdrawing this patch as it has no prospects going forward with > engines on their way out in > OpenSSL 3.0 and beyond. Withdrawing is also an honourable way

[Openvpn-devel] [PATCH applied] Re: Deprecate link-mtu

2022-01-27 Thread Gert Doering
Acked-by: Gert Doering The change is mostly documentation, and it makes sense, for the reasons given. The actual code change just reduces the connection between --ifconfig and --link-mtu, which is confusing at best. Have not tested beyond a simple compile check. (For reference: this was 02/21