aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-01-14 16:15:40 +0100
committerRobin Krahl <robin.krahl@ireas.org>2020-01-14 16:53:52 +0100
commit2e543445c3059fa9decdbef718caf84696bb8786 (patch)
tree1e4af2a6a12e587d3c84756eeb592504ecc4c4f1 /TODO.md
parentf266ea63039c87886f871b068ef3dcdf851a1eca (diff)
downloadnitrokey-rs-2e543445c3059fa9decdbef718caf84696bb8786.tar.gz
nitrokey-rs-2e543445c3059fa9decdbef718caf84696bb8786.tar.bz2
Add the fill_sd_card function to Storage
This patch adds support for libnitrokey’s NK_fill_SD_card_with_random_data function. It is executed by the fill_sd_card function of the Storage struct. We also add a new test case that is set to ignore because it takes between 30 and 60 minutes to run.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 8f9b898..ef2f6d4 100644
--- a/TODO.md
+++ b/TODO.md
@@ -3,8 +3,6 @@ Copyright (C) 2019 Robin Krahl <robin.krahl@ireas.org>
SPDX-License-Identifier: CC0-1.0
-->
-- Add support for the currently unsupported commands:
- - `NK_fill_SD_card_with_random_data`
- Clear passwords from memory.
- Lock password safe in `PasswordSafe::drop()` (see [nitrokey-storage-firmware
issue 65][]).