[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 0/5] Support Argon2 KDF in LUKS2
From: |
Daniel Kiper |
Subject: |
Re: [PATCH v3 0/5] Support Argon2 KDF in LUKS2 |
Date: |
Wed, 25 Mar 2020 18:12:13 +0100 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
Hi Patrick,
On Tue, Mar 10, 2020 at 07:58:27PM +0100, Patrick Steinhardt wrote:
> Hi,
>
> this is the third version of my patchset to support the Argon2 KDF in
> LUKS2. The following things have changed in comparison to v2:
>
> - Improved the GRUB_UINT_C macros to not use `elif 1` and fixed
> indentation.
>
> - Dropped the upstreamed patch to fix a missing newline.
>
> - Reworked how we allocate memory on EFI. Previously, we always
> targeted to acquire 1/4 of available memory. Now we're always
> trying to allocate MAX_HEAP_SIZE (1.6GB) but clamp it to at most
> 1/2 of available memory and at least MIN_HEAP_SIZE (100MB).
>
> So especially the last part is the interesting one. I _think_ that it's
> roughly what Leif had in mind, but please do correct me if I'm wrong.
So, according to our earlier discussion I am not treating this patchset
as a release material. However, I would like to merge fixed version of
it after the release. In the meantime I am investigating the legal matter
related to this patchset.
Daniel
- Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, (continued)
- Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, Eli Schwartz, 2020/03/10
- Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, Daniel Kiper, 2020/03/13
- Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, Daniel Kiper, 2020/03/16
- Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, Patrick Steinhardt, 2020/03/16
- Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, Daniel Kiper, 2020/03/16
- Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, Patrick Steinhardt, 2020/03/17
- Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, Leif Lindholm, 2020/03/17
- Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, Konrad Rzeszutek Wilk, 2020/03/16
- Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, Patrick Steinhardt, 2020/03/18
Re: [PATCH v3 0/5] Support Argon2 KDF in LUKS2,
Daniel Kiper <=