Re: [Openvpn-devel] [PATCH 1/1] configure.ac: replace set with env

2022-06-23 Thread David Sommerseth
On 06/01/2020 09:04, Christian Hesse wrote: From: Christian Hesse The shell builtin `set` produces different output for different shells: bash$ set | grep '^TERM=' TERM=xterm dash$ set | grep '^TERM=' TERM='xterm' This may break reproducible builds depending on what shell is used. Let's

Re: [Openvpn-devel] [PATCH] make %x destination unsigned

2022-06-23 Thread frank
Acked-By: Frank Lichtenheld Trivial and looks correct to me according to the man sscanf. On Fri, May 13, 2022 at 01:19:01AM +0200, Heiko Hund wrote: > The %x specifier requires for the argument to be an unsigned int. > > Signed-off-by: Heiko Hund > --- > src/openvpn/options.c | 2 +- > 1

Re: [Openvpn-devel] [PATCH] Add ability to specify initialize flags for pkcs11 provider

2022-06-23 Thread Selva Nair
Hi, On Thu, Jun 23, 2022 at 8:43 AM David Sommerseth < open...@sf.lists.topphemmelig.net> wrote: > On 19/6/2022 19:28, Selva Nair wrote: > > Hi,0 > > > > On Thu, Sep 30, 2021 at 7:34 AM Petr Mikhalicin via Openvpn-devel > > > > wrote: > > > > New

[Openvpn-devel] [PATCH applied] Re: Set o->use_peer_id flag for p2p mode

2022-06-23 Thread Gert Doering
This is p2p NCP, which is all new in 2.6(-to-be) - and needed for DCO. I have not tested this more than "it compiles", but Lev and Antonio have. Your patch has been applied to the master branch. commit 0d46c4963ae47581eadd94dbd2190c66086b9ecb Author: Lev Stipakov Date: Tue May 24 12:19:16

Re: [Openvpn-devel] [PATCH] Add ability to specify initialize flags for pkcs11 provider

2022-06-23 Thread David Sommerseth
On 19/06/2022 19:28, Selva Nair wrote: Hi, On Thu, Sep 30, 2021 at 7:34 AM Petr Mikhalicin via Openvpn-devel > wrote: New pkcs11-helper interface allows to setup pkcs11 provider via properties: