aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-07-13 17:59:42 +0200
committerToni Uhlig <matzeton@googlemail.com>2019-07-13 18:02:16 +0200
commitcb8c15a231a9a8e49d6654a7d599fe9152159ae8 (patch)
tree28315af0b9af935ea5a46becec85c0ff596522d5 /README.md
parentd42cd7795a44d5e5c32432eb536ef525bdb359a8 (diff)
SHA512 challenge response authentication
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5efc35c..11d8a7e 100644
--- a/README.md
+++ b/README.md
@@ -141,7 +141,7 @@ installed.
## TODOs
```
-- challenge response: switch from md5 to sha-512 (WiP)
+- challenge response: switch from md5 to sha-512 (testing)
- packet obfuscation
- encryption (metadata + payload)
```