diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2020-01-14 17:42:54 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2020-01-14 17:42:54 +0100 |
commit | 0712d48132b172837ba9e63e5fbe904a88919ce7 (patch) | |
tree | 5358df5a9d759e0023ec9f344569317b32c5670c | |
parent | 698f6cbbe1539369d8857739df11425435af1daf (diff) | |
download | nitrokey-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.
-rw-r--r-- | TODO.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |