-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PWS commands should return Slot not programmed error #56
Comments
robinkrahl
added a commit
to robinkrahl/nitrocli
that referenced
this issue
Jan 25, 2019
The Nitrokey devices to 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 nitrocli 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] Nitrokey/nitrokey-pro-firmware#56 [1] Nitrokey/nitrokey-storage-firmware#81
robinkrahl
added a commit
to robinkrahl/nitrocli
that referenced
this issue
Jan 25, 2019
The Nitrokey devices to 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 nitrocli 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] Nitrokey/nitrokey-pro-firmware#56 [1] Nitrokey/nitrokey-storage-firmware#81
robinkrahl
added a commit
to robinkrahl/nitrocli
that referenced
this issue
Jan 25, 2019
The Nitrokey devices to 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 nitrocli 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] Nitrokey/nitrokey-pro-firmware#56 [1] Nitrokey/nitrokey-storage-firmware#81
robinkrahl
added a commit
to robinkrahl/nitrocli
that referenced
this issue
Jan 26, 2019
The Nitrokey devices to 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 nitrocli 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] Nitrokey/nitrokey-pro-firmware#56 [1] Nitrokey/nitrokey-storage-firmware#81
robinkrahl
added a commit
to robinkrahl/nitrocli
that referenced
this issue
Jan 26, 2019
The Nitrokey devices to 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 nitrocli 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] Nitrokey/nitrokey-pro-firmware#56 [1] Nitrokey/nitrokey-storage-firmware#81
d-e-s-o
pushed a commit
to d-e-s-o/nitrocli
that referenced
this issue
Jan 26, 2019
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] Nitrokey/nitrokey-pro-firmware#56 [1] Nitrokey/nitrokey-storage-firmware#81
d-e-s-o
pushed a commit
to d-e-s-o/nitrocli
that referenced
this issue
Jan 26, 2019
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] Nitrokey/nitrokey-pro-firmware#56 [1] Nitrokey/nitrokey-storage-firmware#81
d-e-s-o
pushed a commit
to d-e-s-o/nitrocli
that referenced
this issue
Jan 27, 2019
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] Nitrokey/nitrokey-pro-firmware#56 [1] Nitrokey/nitrokey-storage-firmware#81
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When accessing a slot that has not been programmed, the PWS commands should return a Slot not programmed error instead of an empty string. (Same applies for the Nitrokey Storage.)
The text was updated successfully, but these errors were encountered: