Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <gmazyland@gmail.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>

authored by

Milan Broz and committed by
Mike Snitzer
e44f23b3 0e9cebe7

+5 -5
+2 -2
Documentation/device-mapper/dm-crypt.txt
··· 5 5 using the kernel crypto API. 6 6 7 7 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 9 9 10 10 Parameters: <cipher> <key> <iv_offset> <device path> \ 11 11 <offset> [<#opt_params> <opt_params>] ··· 80 80 =============== 81 81 LUKS (Linux Unified Key Setup) is now the preferred way to set up disk 82 82 encryption with dm-crypt using the 'cryptsetup' utility, see 83 - http://code.google.com/p/cryptsetup/ 83 + https://gitlab.com/cryptsetup/cryptsetup 84 84 85 85 [[ 86 86 #!/bin/sh
+2 -2
Documentation/device-mapper/verity.txt
··· 142 142 143 143 The full specification of kernel parameters and on-disk metadata format 144 144 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 146 146 147 147 Status 148 148 ====== ··· 159 159 160 160 A command line tool veritysetup is available to compute or verify 161 161 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/ 163 163 (as a libcryptsetup extension). 164 164 165 165 Create hash on the device:
+1 -1
drivers/md/dm-crypt.c
··· 228 228 * 229 229 * tcw: Compatible implementation of the block chaining mode used 230 230 * 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 232 232 * It operates on full 512 byte sectors and uses CBC 233 233 * with an IV derived from initial key and the sector number. 234 234 * In addition, whitening value is applied on every sector, whitening