Imported Upstream version 2.3.3
[platform/upstream/cryptsetup.git] / docs / v2.3.3-ReleaseNotes
1 Cryptsetup 2.3.3 Release Notes
2 ==============================
3 Stable bug-fix release.
4
5 All users of cryptsetup 2.x should upgrade to this version.
6
7 Changes since version 2.3.2
8 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
9
10 * Fix BitLocker compatible device access that uses native 4kB sectors.
11
12   Devices formatted with storage that natively support 4096-bytes
13   sectors can also use this sector size for encryption units.
14
15 * Support large IV count (--iv-large-sectors) cryptsetup option
16   for plain device mapping.
17
18   The large IV count is supported in dm-crypt together with larger
19   sector encryption. It counts the Initialization Vector (IV) in
20   a larger sector size instead of 512-bytes sectors.
21
22   This option does not have any performance or security impact,
23   but it can be used for accessing incompatible existing disk images
24   from other systems.
25
26   Only open action with plain device type and sector size > 512 bytes
27   are supported.
28
29 * Fix a memory leak in BitLocker compatible handling.
30
31 * Allow EBOIV (Initialization Vector algorithm) use.
32
33   The EBOIV initialization vector is intended to be used internally
34   with BitLocker devices (for CBC mode). It can now be used also
35   outside of the BitLocker compatible code.
36
37 * Require both keyslot cipher and key size options.
38
39   If these LUKS2 keyslot parameters were not specified together,
40   cryptsetup silently failed.
41
42 * Update to man pages and FAQ.