Re: [PATCH 3/4] cryptodisk: Add options to cryptomount to support keyfiles

2022-05-13 Thread Glenn Washburn
On Fri, 13 May 2022 13:12:35 +0200 Daniel Kiper wrote: > On Thu, May 12, 2022 at 01:53:31PM -0500, Glenn Washburn wrote: > > On Thu, 12 May 2022 19:45:48 +0200 > > Daniel Kiper wrote: > > > > > On Fri, May 06, 2022 at 03:45:59AM -0500, Glenn Washburn wrote: > > > > From: John Lane > > > > > > >

Re: [PATCH 3/4] cryptodisk: Add options to cryptomount to support keyfiles

2022-05-13 Thread Glenn Washburn
On Fri, 13 May 2022 13:12:35 +0200 Daniel Kiper wrote: > On Thu, May 12, 2022 at 01:53:31PM -0500, Glenn Washburn wrote: > > On Thu, 12 May 2022 19:45:48 +0200 > > Daniel Kiper wrote: > > > > > On Fri, May 06, 2022 at 03:45:59AM -0500, Glenn Washburn wrote: > > > > From: John Lane > > > > > > >

Re: [PATCH 3/4] cryptodisk: Add options to cryptomount to support keyfiles

2022-05-13 Thread Daniel Kiper
On Thu, May 12, 2022 at 01:53:31PM -0500, Glenn Washburn wrote: > On Thu, 12 May 2022 19:45:48 +0200 > Daniel Kiper wrote: > > > On Fri, May 06, 2022 at 03:45:59AM -0500, Glenn Washburn wrote: > > > From: John Lane > > > > > > Add the options --key-file, --keyfile-offset, and --keyfile-size to >

Re: [PATCH 3/4] cryptodisk: Add options to cryptomount to support keyfiles

2022-05-12 Thread Glenn Washburn
On Thu, 12 May 2022 19:45:48 +0200 Daniel Kiper wrote: > On Fri, May 06, 2022 at 03:45:59AM -0500, Glenn Washburn wrote: > > From: John Lane > > > > Add the options --key-file, --keyfile-offset, and --keyfile-size to > > cryptomount and code to put read the requested key file data and pass > > v

Re: [PATCH 3/4] cryptodisk: Add options to cryptomount to support keyfiles

2022-05-12 Thread Daniel Kiper
On Fri, May 06, 2022 at 03:45:59AM -0500, Glenn Washburn wrote: > From: John Lane > > Add the options --key-file, --keyfile-offset, and --keyfile-size to > cryptomount and code to put read the requested key file data and pass > via the cargs struct. Note, key file data is for all intents and purpo

[PATCH 3/4] cryptodisk: Add options to cryptomount to support keyfiles

2022-05-06 Thread Glenn Washburn
From: John Lane Add the options --key-file, --keyfile-offset, and --keyfile-size to cryptomount and code to put read the requested key file data and pass via the cargs struct. Note, key file data is for all intents and purposes equivalent to a password given to cryptomount. So there is no need to