Re: [PATCH 07/17] cryptodisk,luks: Allow special processing for comparing UUIDs.

2020-07-30 Thread Glenn Washburn
On Thu, 30 Jul 2020 17:24:12 +0200 Patrick Steinhardt wrote: > On Wed, Jul 29, 2020 at 04:50:12PM -0500, developm...@efficientek.com > wrote: > > From: Glenn Washburn > > > > Create grub_uuidcasecmp to compare UUIDs in a case-insensitive > > manner and that ignores '-' characters. This is backw

Re: [PATCH 07/17] cryptodisk,luks: Allow special processing for comparing UUIDs.

2020-07-30 Thread Patrick Steinhardt
On Wed, Jul 29, 2020 at 04:50:12PM -0500, developm...@efficientek.com wrote: > From: Glenn Washburn > > Create grub_uuidcasecmp to compare UUIDs in a case-insensitive manner and > that ignores '-' characters. This is backwards compatible with the old LUKS1 > code that stored and compared against

[PATCH 07/17] cryptodisk, luks: Allow special processing for comparing UUIDs.

2020-07-29 Thread development
From: Glenn Washburn Create grub_uuidcasecmp to compare UUIDs in a case-insensitive manner and that ignores '-' characters. This is backwards compatible with the old LUKS1 code that stored and compared against UUIDs without dashes. However, the new LUKS2 code stores and compares UUIDs that contai