aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2018-05-22 09:11:27 +0000
committerRobin Krahl <robin.krahl@ireas.org>2018-05-22 11:12:12 +0200
commitea00d06fc614c632a4c7250ef0c769705ed8c1c3 (patch)
tree804332537c8749239b16072a21452d85eab8dcde /TODO.md
parent2c31912bd2f8731c146da6640e28896c9de6286a (diff)
downloadnitrokey-rs-ea00d06fc614c632a4c7250ef0c769705ed8c1c3.tar.gz
nitrokey-rs-ea00d06fc614c632a4c7250ef0c769705ed8c1c3.tar.bz2
Add an example for setting the current time
The example uses the chrono crate and can therefore not be executed, but at least it shows how to set the Nitrokey device to the current time.
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 b2fa21e..b06de85 100644
--- a/TODO.md
+++ b/TODO.md
@@ -36,7 +36,6 @@
- `NK_list_devices_by_cpuID`
- `NK_connect_with_ID`
- Fix timing issues with the `totp` and `totp_pin` test cases.
-- Find an example for `set_time`, also adapt `get_totp_code`.
- Improve log level documentation.
- Clear passwords from memory.
- Find a nicer syntax for the `write_config` test.