Re: [Openvpn-devel] [PATCH 2/3] Allow external EC key through --management-external-key

2018-01-24 Thread Selva Nair
Hi, On Mon, Jan 22, 2018 at 12:31 PM, Selva Nair wrote: > Hi, > > On Mon, Jan 22, 2018 at 12:18 PM, David Sommerseth > wrote: >> On 22/01/18 16:27, Selva Nair wrote: >>> - Present patch: connection process appears stuck (but UI is still

Re: [Openvpn-devel] [PATCH 1/2] plugin: Export base64 encode and decode functions

2018-01-24 Thread Selva Nair
Hi, On Mon, Nov 20, 2017 at 5:37 PM, Selva wrote: > Hi David, > > On Mon, Nov 20, 2017 at 3:10 PM, David Sommerseth > wrote: >> >> On 19/11/17 22:21, Selva wrote: >> > Hi David, >> > >> > On Fri, May 5, 2017 at 5:46 PM, David Sommerseth

[Openvpn-devel] [PATCH] Parse static challenge response in auth-pam plugin

2018-01-24 Thread selva . nair
From: Selva Nair If static challenge is in use, the password passed to the plugin by openvpn is of the form "SCRV1:base64-pass:base64-response". Parse this string to separate it into password and response and use them to respond to queries in the pam conversation function.

[Openvpn-devel] [PATCH v3] Use lowest metric interface when multiple interfaces match a route

2018-01-24 Thread selva . nair
From: Selva Nair Currently a route addition using IPAPI or service is skipped if the route gateway is reachable by multiple interfaces. This changes that to use the interface with lowest metric. Implemented by (i) Do not over-write the return value with

Re: [Openvpn-devel] Summary of the community meeting (Wed, 24th Jan 2018)

2018-01-24 Thread Gert Doering
Hi, On Wed, Jan 24, 2018 at 10:45:12AM -0500, Selva Nair wrote: > I understand why Gert has stopped reviewing my Windows-related patches :) It's more like "stopped reviewing anything" because "busy" :-/ - but things are getting better. Get already-ACKed stuff in, test, ship, then review /

Re: [Openvpn-devel] Summary of the community meeting (Wed, 24th Jan 2018)

2018-01-24 Thread Selva Nair
Hi, On Wed, Jan 24, 2018 at 9:50 AM, Samuli Seppänen wrote: > Hi, > > Here's the summary of the IRC meeting. > --- > .. > Discussed the OpenVPN 2.4.5 release. The release was postponed to next > Wednesday (31st Jan) to get some fixes and enhancements in. > > # openvpn > >

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

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

Re: [Openvpn-devel] [PATCH v3 1/2] OpenSSL: remove some EVP_PKEY type checks

2018-01-24 Thread Emmanuel Deloget
Hello, and sorry for the delay (things like 'real life', you know). On Sat, Jan 20, 2018 at 3:22 PM, Selva Nair wrote: > Hi, > > On Sat, Jan 20, 2018 at 6:30 AM, Steffan Karger wrote: > > Hi, > > > > On 17-01-18 14:10, Emmanuel Deloget wrote: > >>