source: postlfs/security/cryptsetup.xml@ cc0cb5d

12.1 ken/TL2024 lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since cc0cb5d was 2d2793d, checked in by Douglas R. Reno <renodr@…>, 7 months ago

cryptsetup: Add Asciidoctor as an optional dependency

Also reword the command explanations, adjust some spacing in the short
descriptions.

  • Property mode set to 100644
File size: 8.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY cryptsetup-download-http "&kernel-dl;/linux/utils/cryptsetup/v&cryptsetup-minor;/cryptsetup-&cryptsetup-version;.tar.xz">
8 <!ENTITY cryptsetup-download-ftp " ">
9 <!ENTITY cryptsetup-md5sum "f9451ea928dc600eb34dd9f4d9ca34e5">
10 <!ENTITY cryptsetup-size "11 MB">
11 <!ENTITY cryptsetup-buildsize "32 MB (add 5 MB for tests)">
12 <!ENTITY cryptsetup-time "0.2 SBU (add 7.6 SBU for tests)">
13]>
14
15<sect1 id="cryptsetup" xreflabel="cryptsetup-&cryptsetup-version;">
16 <?dbhtml filename="cryptsetup.html"?>
17
18
19 <title>cryptsetup-&cryptsetup-version;</title>
20
21 <indexterm zone="cryptsetup">
22 <primary sortas="a-cryptsetup">cryptsetup</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to cryptsetup</title>
27
28 <para>
29 cryptsetup is used to set up transparent encryption of block devices
30 using the kernel crypto API.
31 </para>
32
33 &lfs120_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&cryptsetup-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&cryptsetup-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &cryptsetup-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &cryptsetup-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &cryptsetup-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &cryptsetup-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69<!-- No longer needed with 2.3.2.
70 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
71 <itemizedlist spacing="compact">
72 <listitem>
73 <para>
74 Required patch:
75 <ulink url="&patch-root;/cryptsetup-&cryptsetup-version;-upstream_fixes-1.patch"/>
76 </para>
77 </listitem>
78 </itemizedlist>
79-->
80
81 <bridgehead renderas="sect3">cryptsetup Dependencies</bridgehead>
82
83 <bridgehead renderas="sect4">Required</bridgehead>
84 <para role="required">
85 <xref linkend="json-c"/>,
86 <xref linkend="lvm2"/>, and
87 <xref linkend="popt"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="asciidoctor"/>,
93 <xref linkend="libpwquality"/>,
94 <ulink url="https://github.com/P-H-C/phc-winner-argon2">argon2</ulink>,
95 <ulink url="https://www.libssh.org/">libssh</ulink>, and
96 <ulink url="https://www.openwall.com/passwdqc/">passwdqc</ulink>
97 </para>
98
99
100 </sect2>
101
102 <sect2 role="kernel" id="cryptsetup-kernel">
103 <title>Kernel Configuration</title>
104
105 <para>
106 Encrypted block devices require kernel support. To use it, the
107 appropriate kernel configuration parameters need to be set:
108 </para>
109
110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
111 href="cryptsetup-kernel.xml"/>
112
113 <indexterm zone="cryptsetup cryptsetup-kernel">
114 <primary sortas="d-cryptsetup">cryptsetup</primary>
115 </indexterm>
116
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of cryptsetup</title>
121
122 <para>
123 Install <application>cryptsetup</application> by running the following
124 commands:
125 </para>
126
127<screen><userinput>./configure --prefix=/usr \
128 --disable-ssh-token \
129 --disable-asciidoc &amp;&amp;
130make</userinput></screen>
131
132 <para>
133 To test the result, issue as the <systemitem
134 class="username">root</systemitem> user: <command>make check</command>.
135 Some tests will fail if appropriate kernel configuration options are not
136 set. Some additional options that may be needed for tests are:
137<screen><literal>CONFIG_SCSI_LOWLEVEL,
138CONFIG_SCSI_DEBUG,
139CONFIG_BLK_DEV_DM_BUILTIN,
140CONFIG_CRYPTO_USER,
141CONFIG_CRYPTO_CRYPTD,
142CONFIG_CRYPTO_LRW,
143CONFIG_CRYPTO_XTS,
144CONFIG_CRYPTO_ESSIV,
145CONFIG_CRYPTO_CRCT10DIF,
146CONFIG_CRYPTO_AES_TI,
147CONFIG_CRYPTO_AES_NI_INTEL,
148CONFIG_CRYPTO_BLOWFISH,
149CONFIG_CRYPTO_CAST5,
150CONFIG_CRYPTO_SERPENT,
151CONFIG_CRYPTO_SERPENT_SSE2_X86_64,
152CONFIG_CRYPTO_SERPENT_AVX_X86_64,
153CONFIG_CRYPTO_SERPENT_AVX2_X86_64, and
154CONFIG_CRYPTO_TWOFISH_X86_64</literal></screen>
155 <!--I had 1 of 21 tests fail with the above crypto options in the
156 kernel. Eight tests were not run. Version 2.4.3.
157 Failed test was tcrypt-compat-test
158 tcrypt-images/tc_1-ripemd160-cbc-aes [FAILED]
159 bdubbs
160
161 Version 2.6.1 12/03/2023 -bdubbs
162 2 of 26 tests failed (6 tests were not run)
163 FAIL: keyring-compat-test
164 FAIL: tcrypt-compat-test
165 -->
166 </para>
167
168 <para>
169 Now, as the <systemitem class="username">root</systemitem> user:
170 </para>
171
172<screen role="root"><userinput>make install</userinput></screen>
173
174 </sect2>
175
176 <sect2 role="commands">
177 <title>Command Explanations</title>
178
179 <para>
180 <parameter>--disable-ssh-token</parameter>: This switch is required if
181 the optional libssh dependency is not installed.
182 </para>
183
184 <para>
185 <parameter>--disable-asciidoc</parameter>: This switch disables
186 regeneration of the man pages. Remove this switch if you have
187 <xref linkend="asciidoctor" role="nodep"/> installed and wish to
188 regenerate the man pages.
189 </para>
190 </sect2>
191
192 <sect2 role="configuration">
193 <title>Configuring cryptsetup</title>
194
195 <para>
196 Because of the number of possible configurations, setup of encrypted
197 volumes is beyond the scope of the BLFS book. Please see the
198 configuration guide in the cryptsetup <ulink
199 url="https://gitlab.com/cryptsetup/cryptsetup/wikis/FrequentlyAskedQuestions#2-setup">
200 FAQ</ulink>.
201 </para>
202
203 </sect2>
204
205 <sect2 role="content">
206 <title>Contents</title>
207
208 <segmentedlist>
209 <segtitle>Installed Programs</segtitle>
210 <segtitle>Installed Libraries</segtitle>
211 <segtitle>Installed Directories</segtitle>
212
213 <seglistitem>
214 <seg>
215 cryptsetup,
216 cryptsetup-reencrypt,
217 integritysetup, and
218 veritysetup
219 </seg>
220 <seg>
221 libcryptsetup.so
222 </seg>
223 <seg>
224 None
225 </seg>
226 </seglistitem>
227 </segmentedlist>
228
229 <variablelist>
230 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
231 <?dbfo list-presentation="list"?>
232 <?dbhtml list-presentation="table"?>
233
234 <varlistentry id="cryptsetup-prog">
235 <term><command>cryptsetup</command></term>
236 <listitem>
237 <para>
238 is used to setup dm-crypt managed device-mapper mappings
239 </para>
240 <indexterm zone="cryptsetup cryptsetup-prog">
241 <primary sortas="b-cryptsetup">cryptsetup</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 <varlistentry id="cryptsetup-reencrypt">
247 <term><command>cryptsetup-reencrypt</command></term>
248 <listitem>
249 <para>
250 is a tool for offline LUKS device re-encryption
251 </para>
252 <indexterm zone="cryptsetup cryptsetup-reencrypt">
253 <primary sortas="b-cryptsetup-reencrypt">cryptsetup-reencrypt</primary>
254 </indexterm>
255 </listitem>
256 </varlistentry>
257
258 <varlistentry id="integritysetup">
259 <term><command>integritysetup</command></term>
260 <listitem>
261 <para>
262 is a tool to manage dm-integrity (block level integrity) volumes
263 </para>
264 <indexterm zone="cryptsetup integritysetup">
265 <primary sortas="b-integritysetup">integritysetup</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="veritysetup">
271 <term><command>veritysetup</command></term>
272 <listitem>
273 <para>
274 is used to configure dm-verity managed device-mapper mappings.
275 The Device-mapper verity target provides read-only transparent
276 integrity checking of block devices using the kernel crypto API
277 </para>
278 <indexterm zone="cryptsetup veritysetup">
279 <primary sortas="b-veritysetup">veritysetup</primary>
280 </indexterm>
281 </listitem>
282 </varlistentry>
283
284 </variablelist>
285
286 </sect2>
287
288</sect1>
Note: See TracBrowser for help on using the repository browser.