aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-06-30 10:51:58 +0200
committerToni Uhlig <matzeton@googlemail.com>2019-06-30 10:51:58 +0200
commitdd1d4b33c086fb13a27ee30b253adee88614f780 (patch)
tree397ab0e98ecbd4ecd28472e4380a7a24902e377a /README.md
parent76ad717ca068d9af838c346aca792e9d3afd6026 (diff)
preparations for use of multiple hash algos for challenge response
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 70ecb3f..5efc35c 100644
--- a/README.md
+++ b/README.md
@@ -141,7 +141,7 @@ installed.
## TODOs
```
-- challenge response: switch from md5 to sha-512
+- challenge response: switch from md5 to sha-512 (WiP)
- packet obfuscation
- encryption (metadata + payload)
```