Re: [PATCH v4 1/2] cryptodisk: add OS provided secret support

2022-02-25 Thread Glenn Washburn
Finally getting back to this... On Thu, 17 Feb 2022 17:18:47 -0500 James Bottomley wrote: > On Mon, 2022-02-14 at 16:18 -0600, Glenn Washburn wrote: > > On Mon, 7 Feb 2022 10:29:43 -0500 > > James Bottomley wrote: > > > > > Make use of the new OS provided secrets API so that if the new '-s'

Re: [PATCH v4 1/2] cryptodisk: add OS provided secret support

2022-02-17 Thread James Bottomley
On Mon, 2022-02-14 at 16:18 -0600, Glenn Washburn wrote: > On Mon, 7 Feb 2022 10:29:43 -0500 > James Bottomley wrote: > > > Make use of the new OS provided secrets API so that if the new '-s' > > option is passed in we try to extract the secret from the API > > rather than prompting for it. > >

Re: [PATCH v4 1/2] cryptodisk: add OS provided secret support

2022-02-14 Thread Glenn Washburn
On Mon, 7 Feb 2022 10:29:43 -0500 James Bottomley wrote: > Make use of the new OS provided secrets API so that if the new '-s' > option is passed in we try to extract the secret from the API rather > than prompting for it. > > The primary consumer of this is AMD SEV, which has been programmed

[PATCH v4 1/2] cryptodisk: add OS provided secret support

2022-02-07 Thread James Bottomley
Make use of the new OS provided secrets API so that if the new '-s' option is passed in we try to extract the secret from the API rather than prompting for it. The primary consumer of this is AMD SEV, which has been programmed to provide an injectable secret to the encrypted virtual machine.