Re: [Openvpn-devel] Dynamic challenge/response questions

2018-07-24 Thread Gert Doering
Hi, On Mon, Jul 23, 2018 at 10:31:03PM -0400, Selva Nair wrote: > On Sat, Jul 21, 2018 at 1:21 PM, Jonathan K. Bullard > wrote: > > > Some, perhaps including Selva's $payingCustomer, may not want to use > > Tunnelblick betas or use OpenVPN 2.5 until it is released. > > I missed this last time..

Re: [Openvpn-devel] Dynamic challenge/response questions

2018-07-24 Thread Jonathan K. Bullard
Hi, On Tue, Jul 24, 2018 at 12:02 AM, Selva Nair wrote: > Hi, > > On Mon, Jul 23, 2018 at 10:58 PM, Jonathan K. Bullard > wrote: >> I was testing Tunnelblick with Selva's C/R server and config (thanks >> again for that) and there was a problem. Maybe I'm (still) >> misunderstanding something, bu

[Openvpn-devel] [PATCH applied] Re: make tls-auth and tls-crypt per-connection-block options

2018-07-24 Thread Gert Doering
Your patch has been applied to the master branch. (I have not reviewed this - trusting Steffan on it - but have run cmocka and t_client tests on it, and things keep working) commit 57d6f103f378b927b9e0054b022b5b8b442973b8 Author: Antonio Quartulli Date: Sat Jul 7 17:04:21 2018 +0800 make

[Openvpn-devel] [PATCH applied] Re: crypto: always reload tls-auth/crypt key contexts

2018-07-24 Thread Gert Doering
Your patch has been applied to the master branch. (I have not reviewed this - trusting Steffan on it - but have run cmocka and t_client tests on it, and things keep working) commit 5817b49b4ca39f86eabb092c562b72d46d5509f7 Author: Antonio Quartulli Date: Sun Jul 8 10:45:17 2018 +0800 cryp

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

2018-07-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. On the plugin paramete