summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-07-29 13:54:17 +1000
committerDamien Miller <djm@mindrot.org>2013-07-29 13:54:17 +1000
commitb710e4986ec3b7d01213919cb66ecfaac201e7aa (patch)
tree2049ad49746fd83816f624315b2082ca8696250a /TODO
parente72cf0d46a6afb7b3a38d629ee5968c5e5cf2f3d (diff)
downloadpy-bcrypt-b710e4986ec3b7d01213919cb66ecfaac201e7aa.tar.gz
bcrypt-based key derivation function support, from OpenBSD libutil
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO b/TODO
index 65565a4..e59859b 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,3 @@
-Python 3 support
-
-Regress tests (pull from jBCrypt)
+Improve regress tests: tests for bad parameters
$Id$