From 39ad1f54bb2c1e828e19193fd8772f17731973f9 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 10 Dec 2018 14:44:39 +0000 Subject: 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. --- TODO.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 2d865a4..6086ad8 100644 --- a/TODO.md +++ b/TODO.md @@ -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 -- cgit v1.2.1