/
usr
/
share
/
doc
/
cryptsetup
/
/usr/share/doc/cryptsetup
mkdir
upload
Name
Size
Mode
Actions
examples/
-
0755
rm
AUTHORS
137
0644
edit
dl
rm
changelog.Debian.gz
2251
0644
edit
dl
rm
copyright
9292
0644
edit
dl
rm
FAQ.gz
48990
0644
edit
dl
rm
Keyring.txt
2724
0644
edit
dl
rm
LUKS2-locking.txt
2711
0644
edit
dl
rm
NEWS.Debian.gz
1057
0644
edit
dl
rm
README.Debian.gz
5680
0644
edit
dl
rm
README.debug
2731
0644
edit
dl
rm
README.gnupg
1848
0644
edit
dl
rm
README.gnupg-sc
2354
0644
edit
dl
rm
README.keyctl
3583
0644
edit
dl
rm
README.md.gz
2223
0644
edit
dl
rm
README.opensc.gz
2219
0644
edit
dl
rm
v1.0.7-ReleaseNotes
2921
0644
edit
dl
rm
v1.1.0-ReleaseNotes.gz
2275
0644
edit
dl
rm
v1.1.1-ReleaseNotes
1796
0644
edit
dl
rm
v1.1.2-ReleaseNotes
1594
0644
edit
dl
rm
v1.1.3-ReleaseNotes
482
0644
edit
dl
rm
v1.2.0-ReleaseNotes.gz
2124
0644
edit
dl
rm
v1.3.0-ReleaseNotes.gz
2134
0644
edit
dl
rm
v1.3.1-ReleaseNotes
421
0644
edit
dl
rm
v1.4.0-ReleaseNotes.gz
2253
0644
edit
dl
rm
v1.4.1-ReleaseNotes
889
0644
edit
dl
rm
v1.4.2-ReleaseNotes
1630
0644
edit
dl
rm
v1.4.3-ReleaseNotes
2359
0644
edit
dl
rm
v1.5.0-ReleaseNotes.gz
3320
0644
edit
dl
rm
v1.5.1-ReleaseNotes
1295
0644
edit
dl
rm
v1.6.0-ReleaseNotes.gz
3818
0644
edit
dl
rm
v1.6.1-ReleaseNotes
1041
0644
edit
dl
rm
v1.6.2-ReleaseNotes
985
0644
edit
dl
rm
v1.6.3-ReleaseNotes
1859
0644
edit
dl
rm
v1.6.4-ReleaseNotes
2036
0644
edit
dl
rm
v1.6.5-ReleaseNotes
2479
0644
edit
dl
rm
v1.6.6-ReleaseNotes
1093
0644
edit
dl
rm
v1.6.7-ReleaseNotes
3333
0644
edit
dl
rm
v1.6.8-ReleaseNotes
2061
0644
edit
dl
rm
v1.7.0-ReleaseNotes
3101
0644
edit
dl
rm
v1.7.1-ReleaseNotes
1371
0644
edit
dl
rm
v1.7.2-ReleaseNotes
1487
0644
edit
dl
rm
v1.7.3-ReleaseNotes
811
0644
edit
dl
rm
v1.7.4-ReleaseNotes
657
0644
edit
dl
rm
v1.7.5-ReleaseNotes
833
0644
edit
dl
rm
v2.0.0-ReleaseNotes.gz
9728
0644
edit
dl
rm
v2.0.1-ReleaseNotes.gz
2226
0644
edit
dl
rm
v2.0.2-ReleaseNotes.gz
1992
0644
edit
dl
rm
v2.0.3-ReleaseNotes.gz
2448
0644
edit
dl
rm
v2.0.4-ReleaseNotes.gz
2325
0644
edit
dl
rm
v2.0.5-ReleaseNotes.gz
2068
0644
edit
dl
rm
v2.0.6-ReleaseNotes.gz
1960
0644
edit
dl
rm
v2.1.0-ReleaseNotes.gz
3484
0644
edit
dl
rm
v2.2.0-ReleaseNotes.gz
4582
0644
edit
dl
rm
v2.2.1-ReleaseNotes
1413
0644
edit
dl
rm
v2.2.2-ReleaseNotes
2151
0644
edit
dl
rm
v2.3.0-ReleaseNotes.gz
3250
0644
edit
dl
rm
v2.3.1-ReleaseNotes
1770
0644
edit
dl
rm
v2.3.2-ReleaseNotes
1499
0644
edit
dl
rm
v2.3.3-ReleaseNotes
1396
0644
edit
dl
rm
v2.3.4-ReleaseNotes.gz
2001
0644
edit
dl
rm
v2.3.5-ReleaseNotes.gz
3129
0644
edit
dl
rm
v2.3.6-ReleaseNotes
2316
0644
edit
dl
rm
v2.4.0-ReleaseNotes.gz
4766
0644
edit
dl
rm
v2.4.1-ReleaseNotes
1942
0644
edit
dl
rm
v2.4.2-ReleaseNotes
1375
0644
edit
dl
rm
v2.4.3-ReleaseNotes.gz
1996
0644
edit
dl
rm
Edit:
/usr/share/doc/cryptsetup/v1.6.7-ReleaseNotes
(3333B)
Cryptsetup 1.6.7 Release Notes ============================== Changes since version 1.6.6 * Cryptsetup git and wiki are now hosted on GitLab. https://gitlab.com/cryptsetup/cryptsetup Repository of stable releases remains on kernel.org site https://www.kernel.org/pub/linux/utils/cryptsetup/ For more info please see README file. * Cryptsetup TCRYPT mode now supports VeraCrypt devices (TrueCrypt extension). The VeraCrypt extension only increases iteration count for the key derivation function (on-disk format is the same as TrueCrypt format). Note that unlocking of a VeraCrypt device can take very long time if used on slow machines. To use this extension, add --veracrypt option, for example cryptsetup open --type tcrypt --veracrypt <container> <name> For use through libcryptsetup, just add CRYPT_TCRYPT_VERA_MODES flag. * Support keyfile-offset and keyfile-size options even for plain volumes. * Support keyfile option for luksAddKey if the master key is specified. * For historic reasons, hashing in the plain mode is not used if keyfile is specified (with exception of --key-file=-). Print a warning if these parameters are ignored. * Support permanent device decryption for cryptsetup-reencrypt. To remove LUKS encryption from a device, you can now use --decrypt option. * Allow to use --header option in all LUKS commands. The --header always takes precedence over positional device argument. * Allow luksSuspend without need to specify a detached header. * Detect if O_DIRECT is usable on a device allocation. There are some strange storage stack configurations which wrongly allows to open devices with direct-io but fails on all IO operations later. Cryptsetup now tries to read the device first sector to ensure it can use direct-io. * Add low-level performance options tuning for dmcrypt (for Linux 4.0 and later). Linux kernel 4.0 contains rewritten dmcrypt code which tries to better utilize encryption on parallel CPU cores. While tests show that this change increases performance on most configurations, dmcrypt now provides some switches to change its new behavior. You can use them (per-device) with these cryptsetup switches: --perf-same_cpu_crypt --perf-submit_from_crypt_cpus Please use these only in the case of serious performance problems. Refer to the cryptsetup man page and dm-crypt documentation (for same_cpu_crypt and submit_from_crypt_cpus options). https://gitlab.com/cryptsetup/cryptsetup/wikis/DMCrypt * Get rid of libfipscheck library. (Note that this option was used only for Red Hat and derived distributions.) With recent FIPS changes we do not need to link to this FIPS monster anymore. Also drop some no longer needed FIPS mode checks. * Many fixes and clarifications to man pages. * Prevent compiler to optimize-out zeroing of buffers for on-stack variables. * Fix a crash if non-GNU strerror_r is used. Cryptsetup API NOTE: The direct terminal handling for passphrase entry will be removed from libcryptsetup in next major version (application should handle it itself). It means that you have to always either provide password in buffer or set your own password callback function through crypt_set_password_callback(). See API documentation (or libcryptsetup.h) for more info.
Save
cmd:
run