aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <0xdec05eba@gmail.com>2018-04-29 13:22:37 +0200
committerdec05eba <0xdec05eba@gmail.com>2018-04-29 13:22:42 +0200
commit483c2e1825971b28ff1b6a28c5c37c42ff2ab063 (patch)
tree8bed2c5711011ddeb26d83bd24e5ecf68d16b4f9
parentc98fc5bb0170b47e7d5d451b9ab0a9bb03171061 (diff)
Remove implemented todo
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index abe8a0d..5e62b91 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,6 @@ If we are spammed with the same key pair, we can ban messages that comes from th
which would take some time (we can make key generation take 60 seconds).
## Error handling
Currently operations are executed without knowing if they succeed or not. Operations should be modified to perhaps return std::future or use a callback function which is called with the operation result.
-## Safely store private keys
-Use Argon2 to store private keys
## Authorization
Verify the user that uses 'add' operation belongs to a group with write access to the key. If authorization fails, store the request
for a period of time since the request can be received before we have got the request to add user to the group with write access for the key.