Daniel Zatovic
87fe3fb602
tests: run systemd tests using meson only when requested
2024-04-04 14:53:31 +02:00
Ondrej Kozina
e4a845c51e
Use proper integer constant in meson_options.txt
...
Unfortunately it creates decimal base constant when converting
to C define.
But the former implicit and deprecated conversion did it as well.
2023-11-28 18:52:57 +00:00
Milan Broz
84682f6271
plain: Set default cipher to aes-xts-plain64 and hash to sha256.
...
These are configurable in build time, to force default backward compatibility use
--with-plain-hash=ripemd160 --with-plain-cipher=aes --with-plain-mode=cbc-essiv:sha256
configure options.
Fixes #758 .
2023-10-05 10:31:20 +02:00
Luca Boccassi
b9cc0129c9
libcryptsetup: add OPAL type and params
...
Signed-off-by: Luca Boccassi <bluca@debian.org >
Co-authored-by: Ondrej Kozina <okozina@redhat.com >
2023-07-17 13:14:52 +02:00
Milan Broz
34953cb10f
Add support for Argon2 from libgcrypt.
...
Argon2 is available since version 1.10, but we need version
that allows empty passwords (1.11).
2023-04-19 07:15:35 +00:00
Daniel Zatovic
114a13af84
Add support for meson build system.
...
For now, let's keep support for both - autotools and meson.
2023-03-03 13:49:47 +00:00