aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-23 04:36:57 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-01-23 05:38:30 +0100
commitb00bbaa5603504597729ed2ce0d1e8ff50ea078d (patch)
tree27af8fa4359afbe0f61a93982203657727a76623 /TODO.md
parentd4663961c41a0fb6f81f4a54aefd0fedce49d350 (diff)
downloadnitrokey-rs-b00bbaa5603504597729ed2ce0d1e8ff50ea078d.tar.gz
nitrokey-rs-b00bbaa5603504597729ed2ce0d1e8ff50ea078d.tar.bz2
Implement From<(T: Device, Error)> for Error
Not all users of the authenticate methods want to use the device after an error, so implementing From<(T: Device, Error)> for Error makes it easier for them to discard the device.
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 0467f1d..49e4e08 100644
--- a/TODO.md
+++ b/TODO.md
@@ -8,7 +8,6 @@
- Fix timing issues with the `totp_no_pin` and `totp_pin` test cases.
- Clear passwords from memory.
- Find a nicer syntax for the `write_config` test.
-- Consider implementing `Into<CommandError>` for `(Device, CommandError)`
- Lock password safe in `PasswordSafe::drop()` (see [nitrokey-storage-firmware
issue 65][]).
- Disable creation of multiple password safes at the same time.