File: TODO

package info (click to toggle)
cryptsetup 2%3A1.6.4-4~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 5,880 kB
  • sloc: ansic: 16,438; sh: 14,982; xml: 622; makefile: 503; python: 89; perl: 70; sed: 16
file content (16 lines) | stat: -rw-r--r-- 828 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Version 1.7:
- Export wipe device functions
- Support K/M suffixes for align payload (new switch?).
- 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 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).