Re: [Openvpn-devel] [PATCH] ssl_openssl: fix compiler warning by removing getbio() wrapper

2017-12-14 Thread Steffan Karger
Hi, On 14-12-17 16:44, Gert Doering wrote: > On Thu, Dec 14, 2017 at 11:21:37AM +0100, Steffan Karger wrote: >> -if (!ret) >> -{ >> -crypto_msg(M_FATAL, "Error creating %s BIO", desc); >> -} > > I'm not sure how likely these are going to fail, but the crypto_msg() > had the

Re: [Openvpn-devel] Follow up on sending messages to the GUI

2017-12-14 Thread Jonathan K. Bullard
Hi, On Sat, Dec 2, 2017 at 7:08 AM, Jonathan K. Bullard wrote: > Hi, > > On Fri, Dec 1, 2017 at 10:58 AM, Selva Nair wrote: >> >> Hi, >> >> On Fri, Dec 1, 2017 at 8:53 AM, Arne Schwabe wrote: >>> >>> Am 30.11.2017 um 03:03 schrieb

Re: [Openvpn-devel] [PATCH] ssl_openssl: fix compiler warning by removing getbio() wrapper

2017-12-14 Thread Gert Doering
Hi, On Thu, Dec 14, 2017 at 11:21:37AM +0100, Steffan Karger wrote: > -if (!ret) > -{ > -crypto_msg(M_FATAL, "Error creating %s BIO", desc); > -} I'm not sure how likely these are going to fail, but the crypto_msg() had the benefit of actually telling us what the underlying

Re: [Openvpn-devel] Follow up on sending messages to the GUI

2017-12-14 Thread Selva Nair
Hi Jon, Thanks for starting this process. On Thu, Dec 14, 2017 at 10:42 AM, Jonathan K. Bullard wrote: > Hi, > > On Sat, Dec 2, 2017 at 7:08 AM, Jonathan K. Bullard > wrote: >> Hi, >> >> On Fri, Dec 1, 2017 at 10:58 AM, Selva Nair

Re: [Openvpn-devel] openvpn web frontend, vpnsw

2017-12-14 Thread Samuli Seppänen
Il 14/12/2017 11:53, Borodin Oleg ha scritto: > On Thu, 14 Dec 2017 11:36:46 +0200 > Samuli Seppänen wrote: > >> Il 14/12/2017 11:12, Borodin Oleg ha scritto: >>> On Thu, 14 Dec 2017 10:41:37 +0200 >>> Samuli Seppänen wrote: >>> Il 12/12/2017

Re: [Openvpn-devel] openvpn web frontend, vpnsw

2017-12-14 Thread Borodin Oleg
On Thu, 14 Dec 2017 11:12:03 +0200 Borodin Oleg wrote: > On Thu, 14 Dec 2017 10:41:37 +0200 > Samuli Seppänen wrote: > > > Il 12/12/2017 13:46, Borodin Oleg ha scritto: > > > > > > Hi! > > > > > > I wrote a small web interface for managing openvpn

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

2017-12-14 Thread Steffan Karger
Hi, On 19-11-17 23:18, Jeremie Courreges-Anglas wrote: > Here's another diff to detect SSL_CTX_get0_certificate(). > > Tested against LibreSSL only; adding > > #define HAVE_SSL_CTX_GET0_CERTIFICATE 1 > > to config.h lets ssl_openssl.c build (with a warning), the link fails as > expected. > >

Re: [Openvpn-devel] openvpn web frontend, vpnsw

2017-12-14 Thread Samuli Seppänen
Il 12/12/2017 13:46, Borodin Oleg ha scritto: > > Hi! > > I wrote a small web interface for managing openvpn services and obtaining > detail network information. > http://wiki.unix7.org/vpnsw > > I wrote it to replace a legacy corporate vpn-crutch. > It is already quite working, we manage

Re: [Openvpn-devel] openvpn web frontend, vpnsw

2017-12-14 Thread Borodin Oleg
On Thu, 14 Dec 2017 10:41:37 +0200 Samuli Seppänen wrote: > Il 12/12/2017 13:46, Borodin Oleg ha scritto: > > > > Hi! > > > > I wrote a small web interface for managing openvpn services and obtaining > > detail network information. > > http://wiki.unix7.org/vpnsw > > > >

Re: [Openvpn-devel] openvpn web frontend, vpnsw

2017-12-14 Thread Borodin Oleg
On Thu, 14 Dec 2017 11:36:46 +0200 Samuli Seppänen wrote: > Il 14/12/2017 11:12, Borodin Oleg ha scritto: > > On Thu, 14 Dec 2017 10:41:37 +0200 > > Samuli Seppänen wrote: > > > >> Il 12/12/2017 13:46, Borodin Oleg ha scritto: > >>> > >>> Hi! > >>> >

Re: [Openvpn-devel] openvpn web frontend, vpnsw

2017-12-14 Thread Samuli Seppänen
Il 14/12/2017 11:12, Borodin Oleg ha scritto: > On Thu, 14 Dec 2017 10:41:37 +0200 > Samuli Seppänen wrote: > >> Il 12/12/2017 13:46, Borodin Oleg ha scritto: >>> >>> Hi! >>> >>> I wrote a small web interface for managing openvpn services and obtaining >>> detail network

[Openvpn-devel] [PATCH] ssl_openssl: fix compiler warning by removing getbio() wrapper

2017-12-14 Thread Steffan Karger
An API change in openssl 1.1 made the BIO_METHOD * returned by BIO_f_ssl() and BIO_s_mem() const, as well as the BIO_METHOD * argment of BIO_new() const. This meant that our getbio() function would either have an API inconsistent with 1.0 or 1.1. The wrapper was basically an ASSERT, so fix this

Re: [Openvpn-devel] openvpn web frontend, vpnsw

2017-12-14 Thread Borodin Oleg
On Thu, 14 Dec 2017 12:26:22 +0200 Samuli Seppänen wrote: > Il 14/12/2017 11:53, Borodin Oleg ha scritto: > > On Thu, 14 Dec 2017 11:36:46 +0200 > > Samuli Seppänen wrote: > > > >> Il 14/12/2017 11:12, Borodin Oleg ha scritto: > >>> On Thu, 14 Dec

Re: [Openvpn-devel] [PATCH] ssl_openssl: fix compiler warning by removing getbio() wrapper

2017-12-14 Thread Arne Schwabe
Am 14.12.17 um 11:21 schrieb Steffan Karger: > An API change in openssl 1.1 made the BIO_METHOD * returned by BIO_f_ssl() > and BIO_s_mem() const, as well as the BIO_METHOD * argment of BIO_new() > const. This meant that our getbio() function would either have an API > inconsistent with 1.0 or