aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-25 17:03:35 +0000
committerDaniel Mueller <deso@posteo.net>2019-01-26 23:35:09 -0800
commit2809a90f3a790e3fc0a81ddac58f6de56e783cf2 (patch)
tree59e1cd39a404dd507ef65d0c1468c8d1e7f2300e /nitrocli/CHANGELOG.md
parentc2159f7d35c17c9d45fdf8ab01d4c33fd4e9590e (diff)
downloadnitrocli-2809a90f3a790e3fc0a81ddac58f6de56e783cf2.tar.gz
nitrocli-2809a90f3a790e3fc0a81ddac58f6de56e783cf2.tar.bz2
Check slot status before accessing the PWS
The Nitrokey devices do not check whether a PWS slot is programmed before accessing it (upstream issues [0] [1]). Until this is fixed in the firmware, we have to manually check the slot status in pws get. This could have been done in libnitrokey or the nitrokey crate, yet this would lead to unnecessary commands if we check multiple fields of a slot at the same time. [0] https://github.com/Nitrokey/nitrokey-pro-firmware/issues/56 [1] https://github.com/Nitrokey/nitrokey-storage-firmware/issues/81
Diffstat (limited to 'nitrocli/CHANGELOG.md')
-rw-r--r--nitrocli/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md
index 8e70530..ce0adaf 100644
--- a/nitrocli/CHANGELOG.md
+++ b/nitrocli/CHANGELOG.md
@@ -2,6 +2,7 @@ Unreleased
----------
- Added the `reset` command to perform a factory reset
- Added the `-V`/`--version` option to print the program's version
+- Check the status of a PWS slot before accessing it in `pws get`
0.2.3