Re: [openssl-users] CAPI-Engine doc

2018-10-25 Thread Richard Oehlinger via openssl-users
On 10/23/2018 05:22 PM, Selva Nair wrote: > On Tue, Oct 23, 2018 at 10:38 AM Richard Oehlinger via openssl-users > wrote: >> Hi! >> >> I'm trying to get a handle on the CAPI engine, because I need to have a >> secure Keystore on Windows. Furthermore I need it to work with Qt's >> QSslKey, which fo

Re: [openssl-users] CAPI-Engine doc

2018-10-23 Thread Jakob Bohm via openssl-users
On 23/10/2018 17:22, Selva Nair wrote: On Tue, Oct 23, 2018 at 10:38 AM Richard Oehlinger via openssl-users wrote: Hi! I'm trying to get a handle on the CAPI engine, because I need to have a secure Keystore on Windows. Furthermore I need it to work with Qt's QSslKey, which fortunately can be c

Re: [openssl-users] CAPI-Engine doc

2018-10-23 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of Richard Oehlinger via openssl-users > Sent: Tuesday, October 23, 2018 10:38 > > I'm trying to get a handle on the CAPI engine, because I need to have a > secure Keystore on Windows. Furthermore I need it to work with Qt

Re: [openssl-users] CAPI-Engine doc

2018-10-23 Thread Selva Nair
On Tue, Oct 23, 2018 at 10:38 AM Richard Oehlinger via openssl-users wrote: > > Hi! > > I'm trying to get a handle on the CAPI engine, because I need to have a > secure Keystore on Windows. Furthermore I need it to work with Qt's > QSslKey, which fortunately can be constructed by EVP_PKEY *. > > S