- need to use PBKDF2 by default for LUKS2 as grub can't decrypt when

using Argon.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=172
This commit is contained in:
2021-08-03 13:44:07 +00:00
committed by Git OBS Bridge
parent f4aaac2569
commit 82c892b805
2 changed files with 7 additions and 1 deletions
+6 -1
View File
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 3 13:42:20 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
- need to use PBKDF2 by default for LUKS2 as grub can't decrypt when
using Argon.
-------------------------------------------------------------------
Mon Aug 2 14:43:51 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
@@ -17,7 +23,6 @@ Mon Aug 2 14:43:51 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
* Rewritten command-line option parsing to avoid libpopt arguments
memory leaks.
* Add --test-args option.
- switch to LUKS2 default format
-------------------------------------------------------------------
Mon Aug 2 12:39:40 UTC 2021 - Fabian Vogt <fvogt@suse.com>