diff options
author | Milan Broz <gmazyland@gmail.com> | 2012-12-07 15:29:44 +0100 |
---|---|---|
committer | Milan Broz <gmazyland@gmail.com> | 2012-12-07 15:33:47 +0100 |
commit | 05af3a3383aea6bdd5050b6c5207ac3a55a3f05b (patch) | |
tree | ac80666185734bf4b1e0f78439d655e5222f26d2 /TODO | |
parent | 16c82312f33535eef956764749d598e00fa5b855 (diff) | |
download | cryptsetup-05af3a3383aea6bdd5050b6c5207ac3a55a3f05b.tar.gz cryptsetup-05af3a3383aea6bdd5050b6c5207ac3a55a3f05b.tar.bz2 cryptsetup-05af3a3383aea6bdd5050b6c5207ac3a55a3f05b.zip |
Move change key into library (add crypt_keyslot_change_by_passphrase).
This change is useful mainly in FIPS mode, where we cannot
extract volume key directly from libcryptsetup.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,7 +1,4 @@ Version 1.6.0: - Export wipe device functions - Support K/M suffixes for align payload (new switch?). -- FIPS: move changekey to library -- online reencryption api? -- integrate more metadata formats - TRIM for keyslots |