aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMilan Broz <gmazyland@gmail.com>2013-12-01 10:55:35 +0100
committerMilan Broz <gmazyland@gmail.com>2013-12-01 10:55:35 +0100
commitf3e398afc54948fd95a811e0270bbdd5d5689efd (patch)
tree1fc006246fa553c9244ed18720fd9adeedd7d4ab /TODO
parent65877efe8b08e301e8a14739cbd97f22b757aad5 (diff)
downloadcryptsetup-f3e398afc54948fd95a811e0270bbdd5d5689efd.tar.gz
Rewrite cipher benchmark loop.
Using getrusage seems toi give not adequate precision, so use clock_gettime and try to scale buffer size a bit on high performance systems. If it still fail, return ERANGE error instead calculating completely unreliable numbers. Should fix Issue#186.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index edf3089..3b06824 100644
--- a/TODO
+++ b/TODO
@@ -6,3 +6,5 @@ Version 1.7:
- 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).
+
+- crypto backend should initialise itself only once (debug log)