aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGibheer <gibheer@gmail.com>2015-01-19 20:20:47 +0100
committerGibheer <gibheer@gmail.com>2015-01-19 20:20:47 +0100
commit8fea0018b24728998415e48cbb22d4471c689507 (patch)
tree97b423ef0a032f560668c5a39eece7197e27ba4b /TODO
parent022e8394386e8182b4c84fc5547355cd4f6bdd85 (diff)
add readme and todo file
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..0d4b1d4
--- /dev/null
+++ b/TODO
@@ -0,0 +1,12 @@
+The following list is a collection of areas, where some work is needed
+
+* reduce code size by refactoring
+* make sure that critical files are checked more rigid (filesystem permissions)
+* implement message signing for RSA keys
+* implement certificate generation
+* implement verification of certificates against rules
+* implement verification of certificates against CSRs
+* implement a way to convert keys to SSH format (separate tool?)
+* split project more into lib and CLI?
+* find a way to get ED25519 working
+* implement info command