aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2018-07-10 12:34:03 +0200
committerRobin Krahl <robin.krahl@ireas.org>2018-12-10 14:36:45 +0100
commit99e417b8b5ca921f45f59f85b887f9bf6f03a267 (patch)
tree79a414d65cac603cdf89da38e3d6d13b1611288e /TODO.md
parentc1e6bcb3e448962b5f4cf4453e629eae1a82b943 (diff)
downloadnitrokey-rs-99e417b8b5ca921f45f59f85b887f9bf6f03a267.tar.gz
nitrokey-rs-99e417b8b5ca921f45f59f85b887f9bf6f03a267.tar.bz2
Fix generic connections (connect()) to return correct device
This patch fixes the generic connect() method to return a DeviceWrapper of the correct type. This is enabled by the NK_get_device_model() method introduced in libnitrokey v3.4.
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 58d923b..38044ae 100644
--- a/TODO.md
+++ b/TODO.md
@@ -36,7 +36,6 @@
- Find a nicer syntax for the `write_config` test.
- Prevent construction of internal types.
- Add Storage-only examples to the `DeviceWrapper` documentation.
-- Fix generic connection (`get_connected_device`).
- More specific error checking in the tests.
- Differentiate empty strings and errors (see `result_from_string`).
- Check integer conversions.