diff options
| author | Robin Krahl <robin.krahl@ireas.org> | 2019-01-11 13:53:59 +0000 | 
|---|---|---|
| committer | Robin Krahl <robin.krahl@ireas.org> | 2019-01-11 14:55:07 +0100 | 
| commit | d5936e9349dd244222d5b4c4f2f88d442bba40d3 (patch) | |
| tree | 750cb96cbefbdc4effe6ba7639e0ec2fc3392631 | |
| parent | def4c3cc3cdffc966eeca3b58605da0e7fe12cca (diff) | |
| download | nitrokey-rs-d5936e9349dd244222d5b4c4f2f88d442bba40d3.tar.gz nitrokey-rs-d5936e9349dd244222d5b4c4f2f88d442bba40d3.tar.bz2  | |
Update readme and todo for NK_get_device_model
| -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.  | 
