aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Broz <gmazyland@gmail.com>2014-02-16 10:15:13 +0100
committerMilan Broz <gmazyland@gmail.com>2014-02-16 10:15:13 +0100
commit2062ece2ab1c3437d291626d44ddf071d2629a06 (patch)
treeebf90f1ffbaf698fb6afdc1fa5377a410a6f8ac8
parenta5fa6f1015c7a2dd02f32f631df1cae91b63c4bc (diff)
downloadcryptsetup-2062ece2ab1c3437d291626d44ddf071d2629a06.tar.gz
Some new items for TODO list.
-rw-r--r--TODO12
1 files changed, 9 insertions, 3 deletions
diff --git a/TODO b/TODO
index 3b06824..a35558a 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,13 @@ Version 1.7:
- TRIM for keyslots
- Do we need crypt_data_path() - path to data device (if differs)?
- Resync ETA time is not accurate, calculate it better (last minute window?).
-- Crypt benchmark cannot ttest ECB mode.
-- Log doesn't work yet in early binary start (FIPS message).
-
+- Crypt benchmark cannot test ECB mode.
- crypto backend should initialise itself only once (debug log)
+- Some crypt backends are inefective fo PBKDF2 (missing fast key reset)
+ Add optimisation to internal PBKDF2 (hash HMAC key in advance).
+- Kernel backend doesn't allow PBKDF2 key size > 20480 bytes
+ (should be fixed with optimisation above).
+- Add test vectors to internal PBKDF2 code.
+- Add support for Nettle PBKDF2.
+- Extend existing LUKS header to use another KDF? (https://password-hashing.net/)
+- Fix all crazy automake warnings (or switch to Cmake).