aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.