Imported Upstream version 2.3.7 upstream/2.3.7
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Thu, 16 Feb 2023 15:19:43 +0000 (16:19 +0100)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Thu, 16 Feb 2023 15:19:43 +0000 (16:19 +0100)
commitf7fc3bb4e50cce23dd95111b246b6e034537e2cf
treeab99d614969f6ed28f4cf95b09053f62feb370a1
parent322b430a2589cdc7985e98a14ec12322b91c9d5e
Imported Upstream version 2.3.7
194 files changed:
FAQ
Makefile.in
README
aclocal.m4
compile
config.h.in
configure
configure.ac
depcomp
docs/examples/crypt_log_usage.c
docs/examples/crypt_luks_usage.c
docs/on-disk-format-luks2.pdf
docs/v2.3.4-ReleaseNotes [new file with mode: 0644]
docs/v2.3.5-ReleaseNotes [new file with mode: 0644]
docs/v2.3.6-ReleaseNotes [new file with mode: 0644]
docs/v2.3.7-ReleaseNotes [new file with mode: 0644]
lib/Makemodule.am
lib/bitlk/bitlk.c
lib/bitlk/bitlk.h
lib/crypt_plain.c
lib/crypto_backend/argon2/argon2.c
lib/crypto_backend/argon2/argon2.h
lib/crypto_backend/argon2/blake2/blake2-impl.h
lib/crypto_backend/argon2/blake2/blake2.h
lib/crypto_backend/argon2/blake2/blake2b.c
lib/crypto_backend/argon2/blake2/blamka-round-opt.h
lib/crypto_backend/argon2/blake2/blamka-round-ref.h
lib/crypto_backend/argon2/core.c
lib/crypto_backend/argon2/core.h
lib/crypto_backend/argon2/encoding.c
lib/crypto_backend/argon2/encoding.h
lib/crypto_backend/argon2/opt.c
lib/crypto_backend/argon2/ref.c
lib/crypto_backend/argon2/thread.c
lib/crypto_backend/argon2/thread.h
lib/crypto_backend/argon2_generic.c
lib/crypto_backend/cipher_check.c
lib/crypto_backend/cipher_generic.c
lib/crypto_backend/crypto_backend.h
lib/crypto_backend/crypto_backend_internal.h
lib/crypto_backend/crypto_cipher_kernel.c
lib/crypto_backend/crypto_gcrypt.c
lib/crypto_backend/crypto_kernel.c
lib/crypto_backend/crypto_nettle.c
lib/crypto_backend/crypto_nss.c
lib/crypto_backend/crypto_openssl.c
lib/crypto_backend/crypto_storage.c
lib/crypto_backend/pbkdf2_generic.c
lib/crypto_backend/pbkdf_check.c
lib/integrity/integrity.c
lib/integrity/integrity.h
lib/internal.h
lib/libcryptsetup.h
lib/libdevmapper.c
lib/loopaes/loopaes.c
lib/loopaes/loopaes.h
lib/luks1/af.c
lib/luks1/af.h
lib/luks1/keyencryption.c
lib/luks1/keymanage.c
lib/luks1/luks.h
lib/luks2/luks2.h
lib/luks2/luks2_digest.c
lib/luks2/luks2_digest_pbkdf2.c
lib/luks2/luks2_disk_metadata.c
lib/luks2/luks2_internal.h
lib/luks2/luks2_json_format.c
lib/luks2/luks2_json_metadata.c
lib/luks2/luks2_keyslot.c
lib/luks2/luks2_keyslot_luks2.c
lib/luks2/luks2_keyslot_reenc.c
lib/luks2/luks2_luks1_convert.c
lib/luks2/luks2_reencrypt.c
lib/luks2/luks2_reencrypt_digest.c [new file with mode: 0644]
lib/luks2/luks2_segment.c
lib/luks2/luks2_token.c
lib/luks2/luks2_token_keyring.c
lib/random.c
lib/setup.c
lib/tcrypt/tcrypt.c
lib/tcrypt/tcrypt.h
lib/utils.c
lib/utils_benchmark.c
lib/utils_blkid.c
lib/utils_blkid.h
lib/utils_crypt.c
lib/utils_crypt.h
lib/utils_device.c
lib/utils_device_locking.c
lib/utils_device_locking.h
lib/utils_devpath.c
lib/utils_dm.h
lib/utils_fips.c
lib/utils_fips.h
lib/utils_io.c
lib/utils_io.h
lib/utils_keyring.c
lib/utils_keyring.h
lib/utils_loop.c
lib/utils_loop.h
lib/utils_pbkdf.c
lib/utils_safe_memory.c
lib/utils_storage_wrappers.c
lib/utils_storage_wrappers.h
lib/utils_wipe.c
lib/verity/rs.h
lib/verity/rs_decode_char.c
lib/verity/rs_encode_char.c
lib/verity/verity.c
lib/verity/verity.h
lib/verity/verity_fec.c
lib/verity/verity_hash.c
lib/volumekey.c
ltmain.sh [changed mode: 0644->0755]
m4/libtool.m4
man/cryptsetup-reencrypt.8
man/cryptsetup.8
man/integritysetup.8
man/veritysetup.8
misc/luks2_keyslot_example/keyslot_test.c
misc/luks2_keyslot_example/keyslot_test_remote_pass.c
missing
po/POTFILES.in
po/cryptsetup.pot
po/cs.gmo
po/cs.po
po/da.gmo
po/da.po
po/de.gmo
po/de.po
po/es.gmo
po/es.po
po/fi.po
po/fr.gmo
po/fr.po
po/id.po
po/it.gmo
po/it.po
po/ja.gmo
po/ja.po
po/nl.gmo
po/nl.po
po/pl.gmo
po/pl.po
po/pt_BR.gmo
po/pt_BR.po
po/ru.gmo
po/ru.po
po/sr.gmo
po/sr.po
po/sv.gmo
po/sv.po
po/uk.gmo
po/uk.po
po/vi.po
po/zh_CN.gmo
po/zh_CN.po
src/cryptsetup.c
src/cryptsetup.h
src/cryptsetup_reencrypt.c
src/integritysetup.c
src/utils_blockdev.c
src/utils_luks2.c
src/utils_password.c
src/utils_tools.c
src/veritysetup.c
tests/Makefile.am
tests/Makefile.in
tests/align-test2
tests/api-test-2.c
tests/api-test.c
tests/api_test.h
tests/bitlk-compat-test
tests/bitlk-images.tar.xz
tests/compat-test
tests/compat-test2
tests/crypto-vectors.c
tests/cryptsetup-valg-supps
tests/device-test
tests/differ.c
tests/generators/generate-luks2-segment-wrong-backup-key-0.img.sh [new file with mode: 0755]
tests/generators/generate-luks2-segment-wrong-backup-key-1.img.sh [new file with mode: 0755]
tests/integrity-compat-test
tests/loopaes-test
tests/luks2-reencryption-mangle-test [new file with mode: 0755]
tests/luks2-reencryption-test
tests/luks2-validation-test
tests/reencryption-compat-test
tests/reencryption-compat-test2
tests/test_utils.c
tests/unit-utils-io.c
tests/valg-api.sh
tests/valg.sh
tests/verity-compat-test