- 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:
parent
db71e925b5
commit
c25748051d
@ -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>
|
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
|
* Rewritten command-line option parsing to avoid libpopt arguments
|
||||||
memory leaks.
|
memory leaks.
|
||||||
* Add --test-args option.
|
* Add --test-args option.
|
||||||
- switch to LUKS2 default format
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 2 12:39:40 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
Mon Aug 2 12:39:40 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
@ -140,6 +140,7 @@ autoreconf -f -i
|
|||||||
%if %{?suse_version} < 1550
|
%if %{?suse_version} < 1550
|
||||||
--with-default-luks-format=LUKS1 \
|
--with-default-luks-format=LUKS1 \
|
||||||
%endif
|
%endif
|
||||||
|
--with-luks2-pbkdf=pbkdf2 \
|
||||||
--with-luks2-lock-path=/run/cryptsetup \
|
--with-luks2-lock-path=/run/cryptsetup \
|
||||||
--with-tmpfilesdir='%{_tmpfilesdir}'
|
--with-tmpfilesdir='%{_tmpfilesdir}'
|
||||||
%make_build
|
%make_build
|
||||||
|
Loading…
Reference in New Issue
Block a user