aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-12 17:37:21 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-01-12 18:39:10 +0100
commit78f926456a07047c34dc20b97fe04e55ba443528 (patch)
tree53ed0f2fac5bccc007df78aa441a16c69a537211 /TODO.md
parent879ee92e81b3acee88e3ecbc35f7d4cfbacd708a (diff)
downloadnitrokey-rs-78f926456a07047c34dc20b97fe04e55ba443528.tar.gz
nitrokey-rs-78f926456a07047c34dc20b97fe04e55ba443528.tar.bz2
Add export_firmware method to Storage
The export_firmware method writes the firmware of the Nitrokey Storage to the unencrypted storage. We only test that the command succeeds as mounting the unencrypted storage and accessing the file is out of scope for the tests.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 113858a..7c8c5e6 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,7 +1,6 @@
- Add support for the currently unsupported commands:
- `NK_is_AES_supported`
- `NK_send_startup`
- - `NK_export_firmware`
- `NK_clear_new_sd_card_warning`
- `NK_fill_SD_card_with_random_data`
- `NK_get_SD_usage_data_as_string`