Re: [Openvpn-devel] generic-build: Install openvpnxxx.tarbz2

2016-02-14 Thread debbie10t
Never mind I worked it out :-) - Original Message - From: To: Cc: "debbie10t" Sent: Saturday, February 13, 2016 10:35 PM Subject: generic-build: Install openvpnxxx.tarbz2 Hi I have successfully

[Openvpn-devel] [PATCH] Send stdout and stderr of OpenVPN started by interactive service to NUL

2016-02-14 Thread Selva Nair
Currently the service directs stdout/stderr of openvpn process to a pipe. The service never reads from it unless the process exits with an error. This causes the process to hang when large amount of log is written to stdout. - Direct stdout/stderr to NUL - Write the exit code (if nonzero) to the

Re: [Openvpn-devel] [PATCH 08/10] Add AEAD cipher support (GCM)

2016-02-14 Thread Steffan Karger
Hi Arne, Thanks for reviewing. Attached a v2, and below inline responses to your remarks. On Wed, Feb 10, 2016 at 2:13 PM, Arne Schwabe wrote: >> AC_ARG_ENABLE( >> [aead-modes], >> [AS_HELP_STRING([--disable-aead-modes], [disable AEAD crypto modes >>

Re: [Openvpn-devel] [PATCH 08/10] Add AEAD cipher support (GCM)

2016-02-14 Thread Arne Schwabe
Am 14.02.16 um 21:59 schrieb Steffan Karger: > Hi Arne, > > Thanks for reviewing. Attached a v2, and below inline responses to > your remarks. > ACK. I looked through the changes and it is now good to go. > On Wed, Feb 10, 2016 at 2:13 PM, Arne Schwabe wrote: >>>