Re: -keyform ENG and NodeJS

2019-06-02 Thread Erik Madsen
02 19:14:29 PDT 2019 To: "openssl-users@openssl.org" Subject: Re: -keyform ENG and NodeJS > On Jun 2, 2019, at 9:47 PM, Erik Madsen wrote: > > It is TLS and we want Root Of Trust from a non exportable, non readable > Private key on the Hardware Security Module. >

Re: -keyform ENG and NodeJS

2019-06-02 Thread Viktor Dukhovni
> On Jun 2, 2019, at 9:47 PM, Erik Madsen wrote: > > It is TLS and we want Root Of Trust from a non exportable, non readable > Private key on the Hardware Security Module. > > By explicitly adding "-keyform ENG" s_client works perfectly. > > And with cURL "--key-type ENG" also works > > No

Re: -keyform ENG and NodeJS

2019-06-02 Thread Erik Madsen
enssl-users@openssl.org Subject: Re: -keyform ENG and NodeJS On Sun, Jun 02, 2019 at 05:49:10PM -0700, Erik Madsen wrote: > I am using a Hardware Security Module.  Both s_client and cURL work fine > due to we can use the CLI "-keyform ENG" for s_client and "--key-type &g

Re: -keyform ENG and NodeJS

2019-06-02 Thread Viktor Dukhovni
On Sun, Jun 02, 2019 at 05:49:10PM -0700, Erik Madsen wrote: > I am using a Hardware Security Module.  Both s_client and cURL work fine > due to we can use the CLI "-keyform ENG" for s_client and "--key-type > ENG" for curl > > Is it possible to specify this in the openssl.cnf file instead of t