Re: [Openvpn-devel] [PATCH v2 1/2] Make tls_version_max return the actual maximum version

2018-12-05 Thread Steffan Karger
Hi, On Wed, 31 Oct 2018 at 17:53, Arne Schwabe wrote: > Before OpenSSL 1.1.1 there could be no mismatch between > compiled and actual OpenSSL version. With OpenSSL 1.1.1 we need > runtime detection to detect the actual best TLS version supported. > > Allowing this runtime detection also allows re

[Openvpn-devel] Summary of the community meeting (Wed, 5th Dec 2018)

2018-12-05 Thread Samuli Seppänen
Hi, Here's the summary of the IRC meeting. --- COMMUNITY MEETING Place: #openvpn-meeting on irc.freenode.net Date: Wednesday 5th December 2018 Time: 11:30 CET (10:30 UTC) Planned meeting topics for this meeting were here: The nex

Re: [Openvpn-devel] [PATCH v2 1/2] Make tls_version_max return the actual maximum version

2018-12-05 Thread Arne Schwabe
Am 05.12.18 um 11:51 schrieb Steffan Karger: > Hi, > > On Wed, 31 Oct 2018 at 17:53, Arne Schwabe wrote: >> Before OpenSSL 1.1.1 there could be no mismatch between >> compiled and actual OpenSSL version. With OpenSSL 1.1.1 we need >> runtime detection to detect the actual best TLS version support

Re: [Openvpn-devel] sbuild_wrapper: please unify service rules with openvpn repository

2018-12-05 Thread Enno Gröper
Hi Samuli, Some background first: I'm currently building new openvpn servers and want to start using this packages sources. I think about using the current debian stable or the current Ubuntu LTS (18.04). In the past I used to use the distribution supplied openvpn packages, but these are usual

[Openvpn-devel] [PATCH] Stop complaining about IPv6 routes without gateway address.

2018-12-05 Thread Gert Doering
The IPv6 routing code inherited assumptions and the message "OpenVPN ROUTE6: OpenVPN needs a gateway parameter for a --route-ipv6 option and no default was specified by either --route-ipv6-gateway or --ifconfig-ipv6 options" from the IPv4 routing code. This was never really correct, a

Re: [Openvpn-devel] [PATCH] Stop complaining about IPv6 routes without gateway address.

2018-12-05 Thread Gert Doering
Hi, On Wed, Dec 05, 2018 at 10:07:34PM +0100, Gert Doering wrote: > The IPv6 routing code inherited assumptions and the message > >"OpenVPN ROUTE6: OpenVPN needs a gateway parameter for a --route-ipv6 > option and no default was specified by either --route-ipv6-gateway or > --ifconfig

[Openvpn-devel] [PATCH v2] Stop complaining about IPv6 routes without gateway address.

2018-12-05 Thread Gert Doering
The IPv6 routing code inherited assumptions and the message "OpenVPN ROUTE6: OpenVPN needs a gateway parameter for a --route-ipv6 option and no default was specified by either --route-ipv6-gateway or --ifconfig-ipv6 options" from the IPv4 routing code. This was never really correct, a

[Openvpn-devel] [PATCH applied] Re: Adds support for setting the default IPv6 gateway for routes using the route-ipv6-gateway option.

2018-12-05 Thread Gert Doering
Your patch has been applied to the master branch. Thanks for not just enabling the option but for also showing a valid use case (which was mostly the reason why this got never implemented, I couldn't see a case where this was really useful). commit d24e1b179b95a57b81d9802c13426b5cde66de10 (master