Re: [Openvpn-devel] [PATCH] Add daemon_pid to --tls-crypt-v2-verify environment

2021-05-10 Thread Gert Doering
Hi, On Mon, May 10, 2021 at 06:10:33PM -0400, Selva Nair wrote: > > > So, there is an ACK-and-merge pending :-) [..] > I think it's a good thing to pass daemon_pid to all scripts uniformly. > Can't think of any downside. And, on Windows it's a pain to get the > parent pid from a batch file. Person

Re: [Openvpn-devel] [PATCH] Add daemon_pid to --tls-crypt-v2-verify environment

2021-05-10 Thread tincantech via Openvpn-devel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, ‐‐‐ Original Message ‐‐‐ On Monday, 10 May 2021 23:10, Selva Nair wrote: > On Mon, May 10, 2021 at 4:24 PM tincantech via Openvpn-devel > openvpn-devel@lists.sourceforge.net wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA

Re: [Openvpn-devel] [PATCH] Add daemon_pid to --tls-crypt-v2-verify environment

2021-05-10 Thread Selva Nair
On Mon, May 10, 2021 at 4:24 PM tincantech via Openvpn-devel wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Hi, > > ‐‐‐ Original Message ‐‐‐ > On Monday, 10 May 2021 18:29, Gert Doering wrote: > > > Hi, > > > > On Wed, May 05, 2021 at 10:00:37PM +, tincantech via Ope

Re: [Openvpn-devel] [PATCH] Add daemon_pid to --tls-crypt-v2-verify environment

2021-05-10 Thread tincantech via Openvpn-devel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, > 4. Having my user account recently locked out of Trac. > > I expect that I can even ''predict'' what that is with regard to. > > ... > Seems I typed my ludicrously long password incorrectly.. The rest still stands. Sorry for the n

Re: [Openvpn-devel] [PATCH] Add daemon_pid to --tls-crypt-v2-verify environment

2021-05-10 Thread tincantech via Openvpn-devel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, ‐‐‐ Original Message ‐‐‐ On Monday, 10 May 2021 18:29, Gert Doering wrote: > Hi, > > On Wed, May 05, 2021 at 10:00:37PM +, tincantech via Openvpn-devel wrote: > > > thanks for the feedback, I can resubmit with an improved commit me

Re: [Openvpn-devel] [PATCH] Add daemon_pid to --tls-crypt-v2-verify environment

2021-05-10 Thread Gert Doering
Hi, On Wed, May 05, 2021 at 10:00:37PM +, tincantech via Openvpn-devel wrote: > thanks for the feedback, I can resubmit with an improved commit message > and corrected email if required. This is how I understand Arne - he's happy with the code change, just wants the commit message to explain

[Openvpn-devel] [PATCH applied] Re: msvc: add ARM64 configuration

2021-05-10 Thread Gert Doering
Acked-by: Gert Doering I have no idea what these things do, but the new blocks look reasonably similar to the existing XML, just with "ARM64". No code changes. And since Lev is the one who understands MSVC this is good enough for me :-) Your patch has been applied to the master branch. commit

[Openvpn-devel] [PATCH] Use exponential backoff for caching in tls_authentication_status

2021-05-10 Thread Arne Schwabe
The caching in tls_authentication_status broke the quick reaction to authentication status in the code paths that did not do caching like PUSH_REQUEST reply code path. This patch introduces exponential backoff for the caching so we still retain the quick reaction while still keeping the benefit of