diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2018-12-10 14:44:39 +0000 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2018-12-10 15:48:34 +0100 |
commit | 39ad1f54bb2c1e828e19193fd8772f17731973f9 (patch) | |
tree | 4036fe8092eb023e8b6e74202d8b691fb43cad13 /TODO.md | |
parent | 1e9556903dffaf77006ba10bba806114428cd53f (diff) | |
download | nitrokey-rs-39ad1f54bb2c1e828e19193fd8772f17731973f9.tar.gz nitrokey-rs-39ad1f54bb2c1e828e19193fd8772f17731973f9.tar.bz2 |
Provide access to the status of a Nitrokey Storage
This patch adds a `get_status` method to the `Storage` structure. The
returned structure `StorageStatus` is based on the structure provided by
libnitrokey.
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -18,7 +18,6 @@ - `NK_clear_new_sd_card_warning` - `NK_fill_SD_card_with_random_data` - `NK_change_update_password` - - `NK_get_status_storage_as_string` - `NK_get_SD_usage_data_as_string` - `NK_get_progress_bar_value` - `NK_list_devices_by_cpuID` @@ -27,7 +26,6 @@ - `NK_get_library_version` - `NK_get_major_library_version` - `NK_get_minor_libray_version` - - `NK_get_status_storage` - `NK_get_storage_production_info` - `NK_totp_set_time_soft` - `NK_wink` @@ -43,5 +41,6 @@ issue 65][]). - Disable creation of multiple password safes at the same time. - Check timing in Storage tests. +- Consider restructuring `device::StorageStatus`. [nitrokey-storage-firmware issue 65]: https://github.com/Nitrokey/nitrokey-storage-firmware/issues/65 |