mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-06 08:20:07 +01:00
Update release notes.
This commit is contained in:
@@ -31,9 +31,9 @@ Changes since version 2.5.0
|
|||||||
$ lsblk -o NAME,FSTYPE,LABEL /dev/sda
|
$ lsblk -o NAME,FSTYPE,LABEL /dev/sda
|
||||||
NAME FSTYPE LABEL
|
NAME FSTYPE LABEL
|
||||||
sda
|
sda
|
||||||
├─sda1 vfat EFI
|
|-sda1 vfat EFI
|
||||||
├─sda2
|
|-sda2
|
||||||
└─sda3 hfsplus Boot OS X
|
`-sda3 hfsplus Boot OS X
|
||||||
|
|
||||||
Note: blkid does not recognize FileVault2 format yet.
|
Note: blkid does not recognize FileVault2 format yet.
|
||||||
|
|
||||||
@@ -114,6 +114,9 @@ Changes since version 2.5.0
|
|||||||
volume key in a new keyslot.
|
volume key in a new keyslot.
|
||||||
Previously the options were limited to key files and passphrases.
|
Previously the options were limited to key files and passphrases.
|
||||||
|
|
||||||
|
Newly available methods (keyslot contexts) are passphrase, keyfile,
|
||||||
|
key (binary representation), and LUKS2 token.
|
||||||
|
|
||||||
To unlock a keyslot user may:
|
To unlock a keyslot user may:
|
||||||
- provide existing passphrase via interactive prompt (default method)
|
- provide existing passphrase via interactive prompt (default method)
|
||||||
- use --key-file option to provide a file with a valid passphrase
|
- use --key-file option to provide a file with a valid passphrase
|
||||||
@@ -129,13 +132,10 @@ Changes since version 2.5.0
|
|||||||
for new keyslot. The new keyslot is assigned to the selected token
|
for new keyslot. The new keyslot is assigned to the selected token
|
||||||
id if the operation is successful.
|
id if the operation is successful.
|
||||||
|
|
||||||
The volume key may now be extracted using a passphrase, keyfile, or
|
* The volume key may now be extracted using a passphrase, keyfile, or
|
||||||
token. For LUKS devices, it also returns the volume key after
|
token. For LUKS devices, it also returns the volume key after
|
||||||
a successful crypt_format call.
|
a successful crypt_format call.
|
||||||
|
|
||||||
The available methods (keyslot contexts) are passphrase, keyfile,
|
|
||||||
key (binary representation), and LUKS2 token.
|
|
||||||
|
|
||||||
* Fix --disable-luks2-reencryption configuration option.
|
* Fix --disable-luks2-reencryption configuration option.
|
||||||
|
|
||||||
* cryptsetup: Print a better error message and warning if the format
|
* cryptsetup: Print a better error message and warning if the format
|
||||||
@@ -205,7 +205,7 @@ New symbols:
|
|||||||
New defines:
|
New defines:
|
||||||
CRYPT_FVAULT2 "FVAULT2" (FileVault2 compatible mode)
|
CRYPT_FVAULT2 "FVAULT2" (FileVault2 compatible mode)
|
||||||
|
|
||||||
CRYPT_KC_TYPE_UNDEFINED (keyslot context types)
|
Keyslot context types:
|
||||||
CRYPT_KC_TYPE_PASSPHRASE
|
CRYPT_KC_TYPE_PASSPHRASE
|
||||||
CRYPT_KC_TYPE_KEYFILE
|
CRYPT_KC_TYPE_KEYFILE
|
||||||
CRYPT_KC_TYPE_TOKEN
|
CRYPT_KC_TYPE_TOKEN
|
||||||
|
|||||||
Reference in New Issue
Block a user