aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-07-08 21:13:11 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-07-08 23:19:02 +0200
commit445e920986db276d0c5c39709aa76dd290773e8f (patch)
treee00620b4cb00b932e4733aa023d2159d5ed2ae1e /TODO.md
parent34f7022ce078dc132734873a3efdefe3d6d4399a (diff)
downloadnitrokey-rs-445e920986db276d0c5c39709aa76dd290773e8f.tar.gz
nitrokey-rs-445e920986db276d0c5c39709aa76dd290773e8f.tar.bz2
Update list of new and unsupported functions
This patch updates the list of unsupported functions in the README and the TODO and the list of functions changed in the libnitrokey 3.5 release: - List all `*_as_string` functions as unsupported. - List deprecated functions as unsupported. - List `NK_read_HOTP_slot` as unsupported until an equivalent function for TOTP exists. - Ignore the changes to `NK_get_progress_bar_value` as the function is not yet used by `nitrokey-rs`. - Add the new functions from version 3.5 to the list of missing functions.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/TODO.md b/TODO.md
index d7c8874..efa66d3 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,22 +6,16 @@ SPDX-License-Identifier: MIT
- Add support for the currently unsupported commands:
- `NK_send_startup`
- `NK_fill_SD_card_with_random_data`
- - `NK_get_SD_usage_data_as_string`
+ - `NK_get_SD_usage_data`
- `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][]).