[Openvpn-devel] FIPS mode support

2018-06-08 Thread Orion Poplawski
I'm interested in getting FIPS mode supported by openvpn on Linux. There's an issue: https://community.openvpn.net/openvpn/ticket/725 and there was discussion: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13620.html but discussion appears to have died out. I'm hoping to

Re: [Openvpn-devel] [PATCH] Replace M_DEBUG with D_LOW as the former is too verbose

2018-06-08 Thread Selva Nair
Hi, On Fri, Jun 8, 2018 at 10:01 AM Gert Doering wrote: > > Hi, > > On Tue, Jun 05, 2018 at 04:06:10PM -0400, selva.n...@gmail.com wrote: > > From: Selva Nair > > > > M_DEBUG only indicates the type of the message and will print even > > at verb 0. Use D_LOW which is M_DEBUG combined with verb

[Openvpn-devel] [PATCH applied] Re: Replace M_DEBUG with D_LOW as the former is too verbose

2018-06-08 Thread Gert Doering
Your patch has been applied to the master and release/2.4 branch (I consider this a bugfix, as "someone" just didn't understand that M_DEBUG is not for what it sounds it is - D_LOW makes sense) commit 68441882e55b8e6c3c55a4078fbfdd76c7ada6bc (master) commit 935d17062f68868fe922bbc446476b4de6fa3d45

Re: [Openvpn-devel] [PATCH] Replace M_DEBUG with D_LOW as the former is too verbose

2018-06-08 Thread Gert Doering
Hi, On Tue, Jun 05, 2018 at 04:06:10PM -0400, selva.n...@gmail.com wrote: > From: Selva Nair > > M_DEBUG only indicates the type of the message and will print even > at verb 0. Use D_LOW which is M_DEBUG combined with verb = 4 and > a mute level. This does not want to apply for me - the tun.c

[Openvpn-devel] [PATCH applied] Re: pool: convert pool 'type' to enum

2018-06-08 Thread Gert Doering
Acked-by: Gert Doering Should-be-identical code, passes all tests, well-defined types are good. Your patch has been applied to the master branch. commit 3e1606fe86ba1b09d05ba828b5e4e280ceddd30a Author: Antonio Quartulli Date: Fri Jun 8 13:20:12 2018 +0800 pool: convert pool 'type' to en