diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | TODO.md | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 @@ -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. |