Skip to content

Commit e44f23b

Browse files
mbrozsnitm
authored andcommitted
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: Milan Broz <[email protected]> Signed-off-by: Mike Snitzer <[email protected]>
1 parent 0e9cebe commit e44f23b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Documentation/device-mapper/dm-crypt.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Device-Mapper's "crypt" target provides transparent encryption of block devices
55
using the kernel crypto API.
66

77
For a more detailed description of supported parameters see:
8-
http://code.google.com/p/cryptsetup/wiki/DMCrypt
8+
https://gitlab.com/cryptsetup/cryptsetup/wikis/DMCrypt
99

1010
Parameters: <cipher> <key> <iv_offset> <device path> \
1111
<offset> [<#opt_params> <opt_params>]
@@ -80,7 +80,7 @@ Example scripts
8080
===============
8181
LUKS (Linux Unified Key Setup) is now the preferred way to set up disk
8282
encryption with dm-crypt using the 'cryptsetup' utility, see
83-
http://code.google.com/p/cryptsetup/
83+
https://gitlab.com/cryptsetup/cryptsetup
8484

8585
[[
8686
#!/bin/sh

Documentation/device-mapper/verity.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ block boundary) are the hash blocks which are stored a depth at a time
142142

143143
The full specification of kernel parameters and on-disk metadata format
144144
is available at the cryptsetup project's wiki page
145-
http://code.google.com/p/cryptsetup/wiki/DMVerity
145+
https://gitlab.com/cryptsetup/cryptsetup/wikis/DMVerity
146146

147147
Status
148148
======
@@ -159,7 +159,7 @@ Set up a device:
159159

160160
A command line tool veritysetup is available to compute or verify
161161
the hash tree or activate the kernel device. This is available from
162-
the cryptsetup upstream repository http://code.google.com/p/cryptsetup/
162+
the cryptsetup upstream repository https://gitlab.com/cryptsetup/cryptsetup/
163163
(as a libcryptsetup extension).
164164

165165
Create hash on the device:

drivers/md/dm-crypt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ static struct crypto_ablkcipher *any_tfm(struct crypt_config *cc)
228228
*
229229
* tcw: Compatible implementation of the block chaining mode used
230230
* by the TrueCrypt device encryption system (prior to version 4.1).
231-
* For more info see: http://www.truecrypt.org
231+
* For more info see: https://gitlab.com/cryptsetup/cryptsetup/wikis/TrueCryptOnDiskFormat
232232
* It operates on full 512 byte sectors and uses CBC
233233
* with an IV derived from initial key and the sector number.
234234
* In addition, whitening value is applied on every sector, whitening

0 commit comments

Comments
 (0)