aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-07-05 22:59:27 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-07-05 23:03:37 +0000
commite923c8b1ddaeafc9494ae86738bed9ad0e0e6e8f (patch)
treefa1e771be72a5b6954b546e85e74d9859deb144f /TODO.md
parent381666ed17e0d85293f52493f852480bee70783b (diff)
downloadnitrokey-rs-e923c8b1ddaeafc9494ae86738bed9ad0e0e6e8f.tar.gz
nitrokey-rs-e923c8b1ddaeafc9494ae86738bed9ad0e0e6e8f.tar.bz2
Update nitrokey-sys to version 3.5
As the return type of the NK_get_{major,minor}_firmware_version methods changed with libnitrokey 3.5, we also have to adapt our get_firmware_version function in device.rs. This patch also updates the changelog and the todo list with the changes caused by the new libnitrokey version.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 1ff723d..d7c8874 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,6 +10,18 @@ SPDX-License-Identifier: MIT
- `NK_get_progress_bar_value`
- `NK_list_devices_by_cpuID`
- `NK_connect_with_ID`
+- Evaluate the changes in libnitrokey 3.5:
+ - `NK_get_SD_usage_data`
+ - `NK_get_status`
+ - `NK_get_status_as_string`
+ - `NK_list_devices`
+ - `NK_free_device_info`
+ - `NK_connect_with_path`
+ - `NK_enable_firmware_update_pro`
+ - `NK_change_firmware_password_pro`
+ - `NK_read_HOTP_slot`
+ - `NK_status` (deprecated)
+ - `NK_get_progress_bar_value` (return value)
- Clear passwords from memory.
- Lock password safe in `PasswordSafe::drop()` (see [nitrokey-storage-firmware
issue 65][]).