aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-11 13:53:59 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-01-11 14:55:07 +0100
commitd5936e9349dd244222d5b4c4f2f88d442bba40d3 (patch)
tree750cb96cbefbdc4effe6ba7639e0ec2fc3392631
parentdef4c3cc3cdffc966eeca3b58605da0e7fe12cca (diff)
downloadnitrokey-rs-d5936e9349dd244222d5b4c4f2f88d442bba40d3.tar.gz
nitrokey-rs-d5936e9349dd244222d5b4c4f2f88d442bba40d3.tar.bz2
Update readme and todo for NK_get_device_model
-rw-r--r--README.md2
-rw-r--r--TODO.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 53054de..c0799a9 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,8 @@ available but still under development.
The following functions provided by `libnitrokey` are deliberately not
supported by `nitrokey-rs`:
+- `NK_get_device_model()`. We know which model we connected to, so we can
+ provide this information without calling `libnitrokey`.
- `NK_get_time()`. This method is useless as it will always cause a timestamp
error on the device (see [pull request #114][] for `libnitrokey` for details).
- `NK_get_status()`. This method only provides a string representation of
diff --git a/TODO.md b/TODO.md
index 2fc40d3..cd258fc 100644
--- a/TODO.md
+++ b/TODO.md
@@ -15,7 +15,6 @@
- `NK_get_progress_bar_value`
- `NK_list_devices_by_cpuID`
- `NK_connect_with_ID`
- - `NK_get_device_model`
- `NK_get_storage_production_info`
- Fix timing issues with the `totp_no_pin` and `totp_pin` test cases.
- Clear passwords from memory.