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.
>
> 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
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
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