Re: [Openvpn-devel] Fabian Knittel's 802.1q/VLAN tagging support

2016-01-08 Thread David Sommerseth
On 08/01/16 21:32, Mike Auty wrote: > Hiya Gert, > > Thanks for the reply. Obviously I'd prefer to see this merged into the > main codebase than have to maintain the changes externally as the tree > changes, but I understand the nature of volunteer projects. I'm happy > to submit the patches i

Re: [Openvpn-devel] Fabian Knittel's 802.1q/VLAN tagging support

2016-01-08 Thread Mike Auty
Hiya Gert, Thanks for the reply. Obviously I'd prefer to see this merged into the main codebase than have to maintain the changes externally as the tree changes, but I understand the nature of volunteer projects. I'm happy to submit the patches individually, but I'm slightly concerned that the o

Re: [Openvpn-devel] Fabian Knittel's 802.1q/VLAN tagging support

2016-01-08 Thread Gert Doering
Hi, On Sat, Dec 26, 2015 at 02:39:49PM +, Mike Auty wrote: [..] > Given I didn't author most of these patches (I fixed up a tiny bit of > documentation at the end), I was wondering how best to supply these so > that they could be considered for inclusion in the main tree? Should > I submit a

Re: [Openvpn-devel] [PATCH] Make MSVC happy about route.c

2016-01-08 Thread Fish Wang
Thanks for your response. I'll ship a patch for master soon :-) Best, Fish -Original Message- From: Gert Doering [mailto:g...@greenie.muc.de] Sent: Friday, January 8, 2016 10:23 AM To: Fish Cc: openvpn-devel@lists.sourceforge.net Subject: Re: [Openvpn-devel] [PATCH] Make MSVC happy abou

Re: [Openvpn-devel] [PATCH] Make MSVC happy about route.c

2016-01-08 Thread Gert Doering
Hi, On Mon, Dec 14, 2015 at 01:06:16PM -0800, Fish wrote: > Move the definition of out to the beginning of functions to comply with > old-style C compilers. Tested on MSVC 2010. [..] > #elif defined (WIN32) > - > - struct buffer out = alloc_buf_gc (64, &gc); > + out = alloc_buf_gc(64, &gc); >

[Openvpn-devel] [PATCH applied] Re: Ignore stamp-h2 we generate during build process

2016-01-08 Thread Gert Doering
ACK (not visible if building outside the tree, but slight annoyance when building in-tree). Your patch has been applied to the master branch. commit 36f3a479a7d5ab01c30e8ca1a99bd2430b30893f Author: Arne Schwabe List-Post: openvpn-devel@lists.sourceforge.net Date: Thu Dec 10 13:37:15 2015 +0100

Re: [Openvpn-devel] [PATCHv2] Update INSTALL-win32.txt for OpenVPN 2.3.10

2016-01-08 Thread Gert Doering
Hi, On Mon, Jan 04, 2016 at 08:25:20PM +0200, sam...@openvpn.net wrote: > From: Samuli Seppänen > > OpenVPN 2.3.10 includes an OpenVPN-GUI which automatically requests elevation > of > privileges using UAC. Modified INSTALL-win32.txt to reflect this behavior. I wonder if these bits should not

[Openvpn-devel] [PATCH applied] Re: polarssl: remove now redundant 128-bit blowfish key override

2016-01-08 Thread Gert Doering
ACK. Tested with "--show-ciphers" (and t_client suite) Your patch has been applied to the master branch. commit 52012d651624f870e9dd1587c5fbf324d392dcf8 Author: Steffan Karger List-Post: openvpn-devel@lists.sourceforge.net Date: Thu Jan 7 21:24:33 2016 +0100 polarssl: remove now redundan

[Openvpn-devel] [PATCH applied] Re: polarssl: use wrappers to access md_info_t member functions

2016-01-08 Thread Gert Doering
ACK. Tested with "--show-digest" (and t_client test suite). Your patch has been applied to the master branch. commit 072fdcd00688d2d16d17745fb7d7b385795d5de1 Author: Steffan Karger List-Post: openvpn-devel@lists.sourceforge.net Date: Thu Jan 7 21:22:12 2016 +0100 polarssl: use wrappers t

[Openvpn-devel] [PATCH applied] Re: Update manpage: OpenSSL might also need /dev/urandom inside chroot

2016-01-08 Thread Gert Doering
ACK. Your patch has been applied to the master and release/2.3 branch. commit 0609eb477bdcd7b23bd8072f69714592323cab2e (master) commit 945388590f8244f912850ce87a0fe2003ef36e25 (release/2.3) Author: Steffan Karger List-Post: openvpn-devel@lists.sourceforge.net Date: Thu Jan 7 20:52:44 2016 +010

Re: [Openvpn-devel] Code to confirm "FIPS MODE" throwing compile error

2016-01-08 Thread Gert Doering
Hi On Thu, Jan 07, 2016 at 02:57:34PM -0800, Kevin Long wrote: > > I believe I have successfully compiled openvpn on debian , using static > openssl library containing the FIPS compliance module. > > > However, I have followed this instruction found online: > > "Now you should have a FIPS cap