aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-11 13:51:04 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-01-11 14:54:54 +0100
commitdef4c3cc3cdffc966eeca3b58605da0e7fe12cca (patch)
tree72444978c865c3f49687fbb0534fdbf962f0c844 /TODO.md
parentd2f9e204aacc13c6205a3d0f1022d4fd17073a7b (diff)
downloadnitrokey-rs-def4c3cc3cdffc966eeca3b58605da0e7fe12cca.tar.gz
nitrokey-rs-def4c3cc3cdffc966eeca3b58605da0e7fe12cca.tar.bz2
Add the wink method to the Storage struct
This patch adds the wink method to the Storage struct that lets the Nitrokey device blink until reconnected. We do not test this method as it does not change the state that we can observe.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 110b9a2..2fc40d3 100644
--- a/TODO.md
+++ b/TODO.md
@@ -17,7 +17,6 @@
- `NK_connect_with_ID`
- `NK_get_device_model`
- `NK_get_storage_production_info`
- - `NK_wink`
- Fix timing issues with the `totp_no_pin` and `totp_pin` test cases.
- Clear passwords from memory.
- Find a nicer syntax for the `write_config` test.