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
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
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.
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" ...
___
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
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,
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