Re: [PATCH] cryptodisk: add luks_recover_key attempts option

2019-11-29 Thread Daniel Kiper
J. Kushmaul" > Date: Sat, 20 Jul 2019 17:03:01 -0400 > Subject: [PATCH] cryptodisk: add luks_recover_key attempts option > > Those with motor impairments have a barrier preventing > them from enjoying LUKS full disk encryption with > strong passphrases due to no retry behavior

Re: [PATCH] cryptodisk: add luks_recover_key attempts option

2019-11-02 Thread Jason Kushmaul
Hi Daniel, Please see revised patch addressing all of your comments in the attached patch file. Jason From 7a2b845f421d8605e139b2a7e41c2d7722c969c3 Mon Sep 17 00:00:00 2001 From: "Jason J. Kushmaul" Date: Sat, 20 Jul 2019 17:03:01 -0400 Subject: [PATCH] cryptodisk: add luks_recover_ke

Re: [PATCH] cryptodisk: add luks_recover_key attempts option

2019-10-15 Thread Daniel Kiper
etry option. > > I've addressed the review items from before from Daniel > > From d135f9f6b7d1503f551e8cced9ffe43a30af31d3 Mon Sep 17 00:00:00 2001 > From: "Jason J. Kushmaul" > Date: Sat, 20 Jul 2019 17:03:01 -0400 > Subject: [PATCH] cryptodisk: add luks_recover_ke

[PATCH] cryptodisk: add luks_recover_key attempts option

2019-10-04 Thread Jason Kushmaul
From d135f9f6b7d1503f551e8cced9ffe43a30af31d3 Mon Sep 17 00:00:00 2001 From: "Jason J. Kushmaul" Date: Sat, 20 Jul 2019 17:03:01 -0400 Subject: [PATCH] cryptodisk: add luks_recover_key attempts option Those with motor impairments have a barrier preventing them from enjoying LUKS full disk encryption with strong

Re: [PATCH] cryptodisk: add luks_recover_key attempts

2019-08-24 Thread Jason Kushmaul
b2/compare/master...luks_recover_key_with_attempts_squashed?view=inline or inline: From d135f9f6b7d1503f551e8cced9ffe43a30af31d3 Mon Sep 17 00:00:00 2001 From: "Jason J. Kushmaul" Date: Sat, 20 Jul 2019 17:03:01 -0400 Subject: [PATCH] cryptodisk: add luks_recover_key attempts opti

Re: [PATCH] cryptodisk: add luks_recover_key attempts

2019-07-21 Thread Jason Kushmaul
ine: From d135f9f6b7d1503f551e8cced9ffe43a30af31d3 Mon Sep 17 00:00:00 2001 From: "Jason J. Kushmaul" Date: Sat, 20 Jul 2019 17:03:01 -0400 Subject: [PATCH] cryptodisk: add luks_recover_key attempts option Those with motor impairments have a barrier preventing them from enjoying LUKS full disk encryption wit

Re: [PATCH] cryptodisk: add luks_recover_key attempts

2019-07-11 Thread Daniel Kiper
Sorry for late reply but I was busy with release and other stuff. On Sat, Jun 29, 2019 at 09:44:51PM -0400, Jason Kushmaul wrote: > Add a configurable option for luks key recovery. Existing > users will continue to have the default of 1 attempt. > > Cryptodisk is not accessible to motor impaired

Re: [PATCH] cryptodisk: add luks_recover_key attempts

2019-07-05 Thread Jason Kushmaul
Hi, This is a pretty simple patch - I was hoping someone could review and consider this patch, as well as provide me feedback if I've submitted it to the list incorrectly or missed something in my patch. This is my first contribution to grub so it's quite likely I missed something you may require

[PATCH] cryptodisk: add luks_recover_key attempts

2019-06-29 Thread Jason Kushmaul
Add a configurable option for luks key recovery. Existing users will continue to have the default of 1 attempt. Cryptodisk is not accessible to motor impaired individuals who may need the extra attempts without having to reboot or manually rescue only to be asked again. Reported-by: Jason J. Kus