chiark / gitweb /
cryptsetup: Add tcrypt support
authorJan Janssen <medhefgo@web.de>
Sat, 13 Jul 2013 11:19:38 +0000 (13:19 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 15 Jul 2013 23:24:31 +0000 (01:24 +0200)
commit8cf3ca80680b43015971cbbf4625517ae859d50c
tree7aab079ad51cd413f9207e0b9a0cabd1e53f6074
parent10fb4e35fd8a44340f695e49230dc61b5766d47a
cryptsetup: Add tcrypt support

Tcrypt uses a different approach to passphrases/key files. The
passphrase and all key files are incorporated into the "password"
to open the volume. So, the idea of slots that provide a way to
open the volume with different passphrases/key files that are
independent from each other like with LUKS does not apply.

Therefore, we use the key file from /etc/crypttab as the source
for the passphrase. The actual key files that are combined with
the passphrase into a password are provided as a new option in
/etc/crypttab and can be given multiple times if more than one
key file is used by a volume.
configure.ac
man/crypttab.xml
src/cryptsetup/cryptsetup.c