[Openvpn-devel] [PATCH] travis-ci: enable ccache for osx and mingw builds

2017-11-20 Thread Ilya Shipitsin
-- ccache was now tested by me and works for osx and mingw builds as well --- .travis.yml | 2 +- .travis/build-deps.sh | 14 ++ 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 366e6599..8efb1cbd 100644 --- a/.travis.yml +++

[Openvpn-devel] [PATCH] Correct the declaration of handle in 'struct openvpn_plugin_args_open_return'

2017-11-20 Thread selva . nair
From: Selva Nair - This is an opaque pointer so the change should not affect existing plugins. But it makes the code consistent and clears up the documentation as the handle pointer is treated as of type "openvpn_plugin_handle_t" in the rest of the code.

Re: [Openvpn-devel] [PATCH 1/2] plugin: Export base64 encode and decode functions

2017-11-20 Thread Selva
Hi David, On Mon, Nov 20, 2017 at 3:10 PM, David Sommerseth wrote: > On 19/11/17 22:21, Selva wrote: > > Hi David, > > > > On Fri, May 5, 2017 at 5:46 PM, David Sommerseth > > wrote: > > > > This patch

Re: [Openvpn-devel] [PATCH 1/2] plugin: Export base64 encode and decode functions

2017-11-20 Thread David Sommerseth
On 19/11/17 22:21, Selva wrote: > Hi David, > > On Fri, May 5, 2017 at 5:46 PM, David Sommerseth  > wrote: > > This patch builds on the "Export secure_memzero() to plug-ins" patch and > adds export of openvpn_base64_encode() and

Re: [Openvpn-devel] [PATCH applied] Re: Add --tls-cert-profile option for mbedtls builds

2017-11-20 Thread Steffan Karger
Hi, On 20-11-17 09:06, Gert Doering wrote:> On Sun, Nov 19, 2017 at 11:01:39PM +0100, Jeremie Courreges-Anglas > wrote: >>> (Not sure, though, why it only complains about two out of >>> three, but still annoyance... if LibreSSL claims >>> OPENSSL_VERSION_NUMBER >= 0x1010 it better should

Re: [Openvpn-devel] [PATCH applied] Re: Add --tls-cert-profile option for mbedtls builds

2017-11-20 Thread Gert Doering
Hi, On Sun, Nov 19, 2017 at 11:01:39PM +0100, Jeremie Courreges-Anglas wrote: > > (Not sure, though, why it only complains about two out of three, but > > still annoyance... if LibreSSL claims OPENSSL_VERSION_NUMBER >= 0x1010 > > it better should provide everything needed) > > LibreSSL