Re: [Openvpn-devel] PATCH v3 1/2] openssl: add engine method for loading the key

2018-01-28 Thread Arne Schwabe
Am 26.01.18 um 21:30 schrieb James Bottomley: > As well as doing crypto acceleration, engines can also be used to load > key files. If the engine is set, and the private key loading fails > for bio methods, this patch makes openvpn try to get the engine to > load the key. If that succeeds, we end

Re: [Openvpn-devel] [PATCH 1/2] Add management client version

2018-01-28 Thread Arne Schwabe
Am 25.01.18 um 20:41 schrieb selva.n...@gmail.com: > From: Selva Nair > > - "version" command from client to management can now set > the version of management interface supported by the client > by specifying an optional integer parameter. > > If no parameter is specified the version of O