aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-12-29 13:15:04 +0100
committerRobin Krahl <robin.krahl@ireas.org>2020-01-07 11:33:34 +0100
commit97c772724dd1fe395e7154e0d71c3b2408436082 (patch)
tree816248fbb3cb398f8b98294a14abee3300f14ae7 /TODO.md
parentc74b8b3ea8dc4fe7c6891ae120540f8da5623227 (diff)
downloadnitrokey-rs-97c772724dd1fe395e7154e0d71c3b2408436082.tar.gz
nitrokey-rs-97c772724dd1fe395e7154e0d71c3b2408436082.tar.bz2
Add the connect_path function to the Manager struct
This patch adds the connect_path function to the Manager struct that uses NK_connect_with_path to connect to a Nitrokey device at a given USB path.
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 e3708f9..eba14be 100644
--- a/TODO.md
+++ b/TODO.md
@@ -8,7 +8,6 @@ SPDX-License-Identifier: CC0-1.0
- `NK_get_SD_usage_data`
- `NK_get_progress_bar_value`
- `NK_get_status` -- waiting for [libnitrokey issue 166][]
- - `NK_connect_with_path`
- Clear passwords from memory.
- Lock password safe in `PasswordSafe::drop()` (see [nitrokey-storage-firmware
issue 65][]).