Re: [LEDE-DEV] [PATCH v2] openvpn: ssl-enabled variants also provide a virtual openvpn-crypto package

2017-01-22 Thread Sven Roederer
Am Sonntag, 22. Januar 2017, 19:00:51 CET schrieb Sven Roederer: > When relying on x.509 certs for auth and / or encryption of traffic you > can't use package openvpn-nossl. > Just have your package depend on openvpn-crypto to have SSL-encryption and > X.509-support enabled in OpenVPN. If encryptio

[LEDE-DEV] [PATCH v2] openvpn: ssl-enabled variants also provide a virtual openvpn-crypto package

2017-01-22 Thread Sven Roederer
When relying on x.509 certs for auth and / or encryption of traffic you can't use package openvpn-nossl. Just have your package depend on openvpn-crypto to have SSL-encryption and X.509-support enabled in OpenVPN. If encryption / X.509 is not a must, use virtual packge openvpn, which is provided by

Re: [LEDE-DEV] [PATCH] openvpn: ssl-enabled variants also provide a virtual openvpn-x509 package

2017-01-22 Thread Jo-Philipp Wich
Hi. > So you suggest something like "openvpn-crypto", similar to the configure- > options "--enable-ssl --enable-crypto"? Yep, that would make sense. ~ Jo signature.asc Description: OpenPGP digital signature ___ Lede-dev mailing list Lede-dev@lists.

Re: [LEDE-DEV] [PATCH] openvpn: ssl-enabled variants also provide a virtual openvpn-x509 package

2017-01-22 Thread Sven Roederer
Am Sonntag, 22. Januar 2017, 09:09:59 CET schrieb Rafał Miłecki: > Are you sure you know what the copyrights are? Not to mention I'm not > aware of your contract with LEDE organization which AFAIK don't even > exist. I'm ok with leaving it as it'S now "Copyright (C) 2010-2015 OpenWrt.org" ... ___

Re: [LEDE-DEV] [PATCH] openvpn: ssl-enabled variants also provide a virtual openvpn-x509 package

2017-01-22 Thread Sven Roederer
Am Sonntag, 22. Januar 2017, 12:35:18 CET schrieb Mirko Vogt: > On 01/22/2017 12:48 AM, Sven Roederer wrote: > > > > +else > > + PROVIDES:=openvpn openvpn-x509 > > +endif > > > > Apart from the Copyright change - and it's not about OpenWrt vs. LEDE - > SSL support is also needed for preshared k

Re: [LEDE-DEV] [PATCH] openvpn: ssl-enabled variants also provide a virtual openvpn-x509 package

2017-01-22 Thread Mirko Vogt
On 01/22/2017 12:48 AM, Sven Roederer wrote: > +ifeq ($(1),nossl) >PROVIDES:=openvpn > +else > + PROVIDES:=openvpn openvpn-x509 > +endif >MAINTAINER:=Mirko Vogt > endef Apart from the Copyright change - and it's not about OpenWrt vs. LEDE - SSL support is also needed for preshared keys,

Re: [LEDE-DEV] [PATCH] openvpn: ssl-enabled variants also provide a virtual openvpn-x509 package

2017-01-22 Thread Rafał Miłecki
On 22 January 2017 at 00:48, Sven Roederer wrote: > When relying on x.509 certs for auth don't use package openvpn-nossl. Just > have your package depend on openvpn-x509 to have SSL enabled in OpenVPN. > If x.509 is not a must, use virtual packge openvpn, which is provided by > all OpenVPN-variant