aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/TODO.md b/TODO.md
index 9b9bc72..dba39f8 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,13 +4,6 @@
- `NK_factory_reset`
- `NK_build_aes_key`
- `NK_unlock_user_password`
- - `NK_enable_password_safe`
- - `NK_get_password_safe_slot_status`
- - `NK_get_password_safe_slot_name`
- - `NK_get_password_safe_slot_login`
- - `NK_get_password_safe_slot_password`
- - `NK_write_password_safe_slot`
- - `NK_erase_password_safe_slot`
- `NK_is_AES_supported`
- `NK_send_startup`
- `NK_unlock_encrypted_volume`
@@ -42,3 +35,5 @@
- Prevent construction of internal types.
- Add Storage-only examples to the `DeviceWrapper` documentation.
- Fix generic connection (`get_connected_device`).
+- More specific error checking in the tests.
+- Differentiate empty strings and errors (see `result_from_string`).