Re: [Openvpn-devel] [PATCH v2 3/3] Add a unit test for functions in cryptoapi.c

2023-02-14 Thread Gert Doering
Hi, On Sat, Feb 04, 2023 at 01:40:10AM -0500, selva.n...@gmail.com wrote: > From: Selva Nair > > - Though named cryptoapi_testdriver, right now this only tests > parsing of thumbprint specified as a selector for --cryptioapicert > option. More tests coming.. > > v2: a line that belongs here

Re: [Openvpn-devel] [PATCH v2 3/3] Add a unit test for functions in cryptoapi.c

2023-02-08 Thread Selva Nair
On Wed, Feb 8, 2023 at 6:16 AM Arne Schwabe wrote: > Am 08.02.23 um 02:05 schrieb Selva Nair: > > Hi, > > > > On Tue, Feb 7, 2023 at 7:18 PM Arne Schwabe > > wrote: > > > > Am 04.02.23 um 07:40 schrieb selva.n...@gmail.com > > : > >

Re: [Openvpn-devel] [PATCH v2 3/3] Add a unit test for functions in cryptoapi.c

2023-02-08 Thread Arne Schwabe
Am 08.02.23 um 02:05 schrieb Selva Nair: Hi, On Tue, Feb 7, 2023 at 7:18 PM Arne Schwabe > wrote: Am 04.02.23 um 07:40 schrieb selva.n...@gmail.com : > From: Selva Nair mailto:selva.n...@gmail.com>> > > - Though named

Re: [Openvpn-devel] [PATCH v2 3/3] Add a unit test for functions in cryptoapi.c

2023-02-07 Thread Selva Nair
Hi, On Tue, Feb 7, 2023 at 7:18 PM Arne Schwabe wrote: > Am 04.02.23 um 07:40 schrieb selva.n...@gmail.com: > > From: Selva Nair > > > > - Though named cryptoapi_testdriver, right now this only tests > >parsing of thumbprint specified as a selector for --cryptioapicert > >option. More t

Re: [Openvpn-devel] [PATCH v2 3/3] Add a unit test for functions in cryptoapi.c

2023-02-07 Thread Arne Schwabe
Am 04.02.23 um 07:40 schrieb selva.n...@gmail.com: From: Selva Nair - Though named cryptoapi_testdriver, right now this only tests parsing of thumbprint specified as a selector for --cryptioapicert option. More tests coming.. v2: a line that belongs here was mistakenly included in the pr