Re: [PATCH v4 2/2] luks2: Fix decoding of digests and salts with escaped chars

2022-07-11 Thread Patrick Steinhardt
On Thu, Jun 30, 2022 at 06:05:12PM +0200, Daniel Kiper wrote: > On Mon, Jun 06, 2022 at 07:29:00AM +0200, Patrick Steinhardt wrote: > > It was reported in the #grub IRC channel on Libera that decryption of > > LUKS2 partitions fails with errors about invalid digests and/or salts. > > In all of thes

Re: [PATCH v4 2/2] luks2: Fix decoding of digests and salts with escaped chars

2022-06-30 Thread Daniel Kiper
On Mon, Jun 06, 2022 at 07:29:00AM +0200, Patrick Steinhardt wrote: > It was reported in the #grub IRC channel on Libera that decryption of > LUKS2 partitions fails with errors about invalid digests and/or salts. > In all of these cases, what failed was decoding the Base64 > representation of these

Re: [PATCH v4 2/2] luks2: Fix decoding of digests and salts with escaped chars

2022-06-06 Thread Glenn Washburn
On Mon, 6 Jun 2022 07:29:00 +0200 Patrick Steinhardt wrote: > It was reported in the #grub IRC channel on Libera that decryption of > LUKS2 partitions fails with errors about invalid digests and/or salts. > In all of these cases, what failed was decoding the Base64 > representation of these, wher