[Openvpn-devel] [PATCH] Fix gateway detection with OpenBSD routing domains

2017-04-13 Thread Steven McDonald
When OpenVPN is started using a non-default routing table on OpenBSD (e.g., with 'route -T10 exec openvpn ...'), it hangs forever trying to read its default gateway from a PF_ROUTE socket. This is because rtm_tableid is not being initialised after bzeroing the rt_msghdr we write to the socket, so w

Re: [Openvpn-devel] [PATCH] Require minimum OpenSSL 1.0.1

2017-04-12 Thread Steven McDonald
Hi, On Wed, 12 Apr 2017 08:24:37 +0200 Gert Doering wrote: > While this *looks* harmless, it has non-obvious side effects - from > what I observe, it breaks compilation on all platforms that do not > have pkg_config for OpenSSL, which was not a requirement earlier (and > there even was a comment