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

2018-01-29 Thread James Bottomley
On Mon, 2018-01-29 at 08:43 +0100, Arne Schwabe wrote: > 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 openvp

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

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

2018-01-26 Thread 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 up using an engine based key. This can be used with t