[Openvpn-devel] New OpenSSL release later today

2015-07-09 Thread Samuli Seppänen
Hi, The OpenSSL project will make a new OpenSSL release that fixes one "high" severity vulnerability: We are not sure if the vulnerability affects OpenVPN. Be that as it may, I will release new OpenVPN Windows install

Re: [Openvpn-devel] OpenVPN 2.3.7-I602-x86_64.exe download 404 Error

2015-07-09 Thread Samuli Seppänen
Hi, On Wed, Jul 01, 2015 at 03:05:44PM +0100, debbie...@gmail.com wrote: Resolving swupdate.openvpn.org (swupdate.openvpn.org)... 104.28.1.12, 104.28.0.12 Connecting to swupdate.openvpn.org (swupdate.openvpn.org)|104.28.1.12|:443... connected. Something interesting is going on. I thought it

Re: [Openvpn-devel] OpenVPN 2.3.7-I602-x86_64.exe download 404 Error

2015-07-09 Thread Gert Doering
Hi, On Thu, Jul 09, 2015 at 10:28:03AM +0300, Samuli Seppänen wrote: > > > We have received reports that downloads from Windows XP don't work, > either. We will probably

Re: [Openvpn-devel] Adding routes on Windows using DHCP

2015-07-09 Thread Jan Just Keijser
Yo, Gert Doering wrote: Hi, On Wed, Jul 08, 2015 at 06:26:33PM +0200, Jan Just Keijser wrote: AFAICT windows does support that option (that's what I was referring to with options 121 or 249) . OTOH, I am *not* sure if it allows you to set a 0.0.0.0/1 route using that option, but I guess th

Re: [Openvpn-devel] Adding routes on Windows using DHCP

2015-07-09 Thread Selva Nair
On Thu, Jul 9, 2015 at 7:45 AM, Jan Just Keijser wrote: > as usual, Gert is right :( > I've added an explicit /32 route to the OpenVPN server via DHCP , which > Windows picks up, including the right LAN GW address *BUT* it associates > it with the VPN interface, not the regular LAN interface. Thu

[Openvpn-devel] New OpenVPN 2.3.7 installers released with OpenSSL 1.0.1p

2015-07-09 Thread Samuli Seppänen
Hello everyone, New OpenVPN Windows installers (2.3.7-I603) have been released and can be downloaded from the downloads page: The installers bundle the latest OpenSSL version (1.0.1p) which fixes a security vulnerability of hi

[Openvpn-devel] [PATCH] fix regression: query password before becoming daemon

2015-07-09 Thread Steffan Karger
The init sequence was changed to daemonize before the crypto init to fix issues on FreeBSD some commits ago. This introduced a regression where we would no longer query for passwords before daemonizing, as described in trac #574 and #576. This commit restores the correct order, and adds a bit of

[Openvpn-devel] Provide a socks5 server port for user apps to use

2015-07-09 Thread grarpamp
Having not found this feature and being unfamiliar I'll post it here simply as FYI for any interested parties. Thanks :) https://community.openvpn.net/openvpn/ticket/577

Re: [Openvpn-devel] Provide a socks5 server port for user apps to use

2015-07-09 Thread David Woodhouse
On Thu, 2015-07-09 at 19:05 -0400, grarpamp wrote: > Having not found this feature and being unfamiliar I'll post > it here simply as FYI for any interested parties. Thanks :) > https://community.openvpn.net/openvpn/ticket/577 http://permalink.gmane.org/gmane.network.openvpn.devel/8478 -- dwmw2