Commit e44f23b3 authored by Milan Broz's avatar Milan Broz Committed by Mike Snitzer

dm crypt: update URLs to new cryptsetup project page

Cryptsetup home page moved to GitLab.
Also remove link to abandonded Truecrypt page.
Signed-off-by: default avatarMilan Broz <gmazyland@gmail.com>
Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
parent 0e9cebe7
...@@ -5,7 +5,7 @@ Device-Mapper's "crypt" target provides transparent encryption of block devices ...@@ -5,7 +5,7 @@ Device-Mapper's "crypt" target provides transparent encryption of block devices
using the kernel crypto API. using the kernel crypto API.
For a more detailed description of supported parameters see: For a more detailed description of supported parameters see:
http://code.google.com/p/cryptsetup/wiki/DMCrypt https://gitlab.com/cryptsetup/cryptsetup/wikis/DMCrypt
Parameters: <cipher> <key> <iv_offset> <device path> \ Parameters: <cipher> <key> <iv_offset> <device path> \
<offset> [<#opt_params> <opt_params>] <offset> [<#opt_params> <opt_params>]
...@@ -80,7 +80,7 @@ Example scripts ...@@ -80,7 +80,7 @@ Example scripts
=============== ===============
LUKS (Linux Unified Key Setup) is now the preferred way to set up disk LUKS (Linux Unified Key Setup) is now the preferred way to set up disk
encryption with dm-crypt using the 'cryptsetup' utility, see encryption with dm-crypt using the 'cryptsetup' utility, see
http://code.google.com/p/cryptsetup/ https://gitlab.com/cryptsetup/cryptsetup
[[ [[
#!/bin/sh #!/bin/sh
......
...@@ -142,7 +142,7 @@ block boundary) are the hash blocks which are stored a depth at a time ...@@ -142,7 +142,7 @@ block boundary) are the hash blocks which are stored a depth at a time
The full specification of kernel parameters and on-disk metadata format The full specification of kernel parameters and on-disk metadata format
is available at the cryptsetup project's wiki page is available at the cryptsetup project's wiki page
http://code.google.com/p/cryptsetup/wiki/DMVerity https://gitlab.com/cryptsetup/cryptsetup/wikis/DMVerity
Status Status
====== ======
...@@ -159,7 +159,7 @@ Set up a device: ...@@ -159,7 +159,7 @@ Set up a device:
A command line tool veritysetup is available to compute or verify A command line tool veritysetup is available to compute or verify
the hash tree or activate the kernel device. This is available from the hash tree or activate the kernel device. This is available from
the cryptsetup upstream repository http://code.google.com/p/cryptsetup/ the cryptsetup upstream repository https://gitlab.com/cryptsetup/cryptsetup/
(as a libcryptsetup extension). (as a libcryptsetup extension).
Create hash on the device: Create hash on the device:
......
...@@ -228,7 +228,7 @@ static struct crypto_ablkcipher *any_tfm(struct crypt_config *cc) ...@@ -228,7 +228,7 @@ static struct crypto_ablkcipher *any_tfm(struct crypt_config *cc)
* *
* tcw: Compatible implementation of the block chaining mode used * tcw: Compatible implementation of the block chaining mode used
* by the TrueCrypt device encryption system (prior to version 4.1). * by the TrueCrypt device encryption system (prior to version 4.1).
* For more info see: http://www.truecrypt.org * For more info see: https://gitlab.com/cryptsetup/cryptsetup/wikis/TrueCryptOnDiskFormat
* It operates on full 512 byte sectors and uses CBC * It operates on full 512 byte sectors and uses CBC
* with an IV derived from initial key and the sector number. * with an IV derived from initial key and the sector number.
* In addition, whitening value is applied on every sector, whitening * In addition, whitening value is applied on every sector, whitening
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment