aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-01-14 17:42:54 +0100
committerRobin Krahl <robin.krahl@ireas.org>2020-01-14 17:42:54 +0100
commit0712d48132b172837ba9e63e5fbe904a88919ce7 (patch)
tree5358df5a9d759e0023ec9f344569317b32c5670c /TODO.md
parent698f6cbbe1539369d8857739df11425435af1daf (diff)
downloadnitrokey-rs-0712d48132b172837ba9e63e5fbe904a88919ce7.tar.gz
nitrokey-rs-0712d48132b172837ba9e63e5fbe904a88919ce7.tar.bz2
Remove multiple PWS item from todo list
With commit f49e61589e32217f97c94aa86d826f6b65170fba, we changed the GetPasswordSafe::get_password_safe to take a mutable reference to a device. This makes sure that we cannot have two PWS instances for one device at the same time, so we can drop the corresponding item from the todo list.
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 ef2f6d4..92d4b04 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,6 +6,5 @@ SPDX-License-Identifier: CC0-1.0
- 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.
[nitrokey-storage-firmware issue 65]: https://github.com/Nitrokey/nitrokey-storage-firmware/issues/65