You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Until the GET_STATUS command is fixed in the Nitrokey Storage firmware, see Nitrokey/nitrokey-storage-firmware#96, libnitrokey’s get_status function should additionally execute the GET_DEVICE_STATUS command for the Nitrokey Storage to get the firmware version (and possibly the serial number – it isn’t correct either, but it’s better to be consistent).
The text was updated successfully, but these errors were encountered:
robinkrahl
added a commit
to robinkrahl/libnitrokey
that referenced
this issue
Jan 5, 2020
As described in this issue [0], the GET_STATUS command does not work for
the Nitrokey Storage. Therefore, NitrokeyManager::get_status does not
work either. To fix this, we additionally execute the GET_DEVICE_STATUS
command if a Nitrokey Storage is detected to determine the serial number
and the firmware version. This also fixes the failing test
test_get_status that we introduced in the last patch.
FixesNitrokey#166.
[0] Nitrokey/nitrokey-storage-firmware#96
Until the
GET_STATUS
command is fixed in the Nitrokey Storage firmware, see Nitrokey/nitrokey-storage-firmware#96, libnitrokey’sget_status
function should additionally execute theGET_DEVICE_STATUS
command for the Nitrokey Storage to get the firmware version (and possibly the serial number – it isn’t correct either, but it’s better to be consistent).The text was updated successfully, but these errors were encountered: