aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2016-08-02 09:41:50 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2016-08-02 09:41:50 +0200
commitc26dca5cb1b24169663d1dceb223fe821a4b6f1a (patch)
treeac4f8603304f7212d0c1ddff425c7db84f586036
parentc29d72a7b48cfd2899c8fd588c4ec9c12ad11e7c (diff)
downloadlibnitrokey-0.8.tar.gz
libnitrokey-0.8.tar.bz2
Readme: roadmap, removed some issuesv0.8
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index f000c5b..c37e682 100644
--- a/README.md
+++ b/README.md
@@ -118,13 +118,13 @@ firmware code should show how things works:
# Known issues / tasks
* Currently only one device can be connected at a time
* C++ API needs some reorganization to C++ objects (instead of pointers to arrays). This will be also preparing for integration with Pybind11,
-* PIN protected OTP is currently not working,
-* Factory reset and generating AES key commands are not yet tested neither covered in unittest,
* The library is not supporting Nitrokey Storage stick but it should be done in nearest future. The only working function for now (looking by Python unit tests) is getting HOTP code.
* Fix compilation warnings
-* Show friendly message when no device is connected and do not abort
-Other tasks might be listed either in `TODO` file or on project's issues page.
+Other tasks might be listed either in [TODO](TODO) file or on project's issues page.
# License
This project is licensed under LGPL version 3. License text could be found under [LICENSE](LICENSE) file.
+
+# Roadmap
+To check what issues will be fixed and when please check [milestones](https://github.com/Nitrokey/libnitrokey/milestones) page.