aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-01-07 11:45:39 +0100
committerRobin Krahl <robin.krahl@ireas.org>2020-01-07 11:45:39 +0100
commit1532f92de1d63613602acb0b68486361571f3e50 (patch)
tree816248fbb3cb398f8b98294a14abee3300f14ae7 /TODO.md
parente0baabd1046087a9f545d9ef65539c23eb91e85f (diff)
parent97c772724dd1fe395e7154e0d71c3b2408436082 (diff)
downloadnitrokey-rs-1532f92de1d63613602acb0b68486361571f3e50.tar.gz
nitrokey-rs-1532f92de1d63613602acb0b68486361571f3e50.tar.bz2
Merge branch 'connect_path' into next
This patch series adds the list_devices function that returns a list of available Nitrokey devices and the Manager::connect_path function that connects to one of the available devices.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 8adea87..eba14be 100644
--- a/TODO.md
+++ b/TODO.md
@@ -8,9 +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_list_devices`
- - `NK_free_device_info`
- - `NK_connect_with_path`
- Clear passwords from memory.
- Lock password safe in `PasswordSafe::drop()` (see [nitrokey-storage-firmware
issue 65][]).