diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,3 @@ -- Add support and tests for the Nitrokey Storage. - Add support for the currently unsupported commands: - `NK_set_unencrypted_volume_rorw_pin_type_user` - `NK_lock_device` @@ -41,3 +40,5 @@ - Fix segmentation faults when freeing string literals with old Nitrokey versions (fixed in libnitrokey commit 7a8550d). - Prevent construction of internal types. +- Add Storage-only examples to the `DeviceWrapper` documentation. +- Fix generic connection (`get_connected_device`). |