aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-02-05 12:48:01 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-02-05 15:52:54 +0100
commitd95355e3d76c0c0022629e635f36a2dc325c0af2 (patch)
tree84b6b6a6cbdda473c79c39544a7e1a3ea47da2ba /TODO.md
parent83641ca0518e4c766c63e40d0787e4f0b436652a (diff)
downloadnitrokey-rs-d95355e3d76c0c0022629e635f36a2dc325c0af2.tar.gz
nitrokey-rs-d95355e3d76c0c0022629e635f36a2dc325c0af2.tar.bz2
Revert "Store mutable reference to Device in PasswordSafe"
This reverts commit 13006c00dcbd570cf8347d89557834e320427377.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index d6a3509..1ff723d 100644
--- a/TODO.md
+++ b/TODO.md
@@ -13,6 +13,7 @@ SPDX-License-Identifier: MIT
- Clear passwords from memory.
- Lock password safe in `PasswordSafe::drop()` (see [nitrokey-storage-firmware
issue 65][]).
+- Disable creation of multiple password safes at the same time.
- Check timing in Storage tests.
- Consider restructuring `device::StorageStatus`.