Releases: Nitrokey/pynitrokey
Releases · Nitrokey/pynitrokey
Restructuring and Feature (Pre)-Release
Keep in mind that this software is still in alpha-stage with this release.
Most regular functions are working, but especially the lower-level functions
show issues with the 2.1 NK-Fido2 firmware.
For now the release is exclusively available via pip
.
A Windows installer/standalone and potentially other will be part of one of the following releases and the following ones.
Known issues:
-
fido2 reboot not working
fido2.ctap.CtapError: CTAP error: 0x01 - INVALID_COMMAND
-
fido2 reset not working
fido2.ctap.CtapError: CTAP error: 0x30 - NOT_ALLOWED
is returned, if the command is executed after first 10 seconds of device's power cycle - it has to be reinserted to the USB slot;
-
fido2 util program bootloader nitrokey-fido2-firmware-2.0.0.json
- fails due to not being able to reboot, but works the 2nd time, as the device is already in bootloader mode
-
fido2 util program aux leave-bootloader
- same as:
program aux reboot
(potentially)
- same as:
-
start set-identity X
- spurious connection issues
- might also need a
sudo systemctl stop pcscd pcscd.socket
, (as instart update
) but this is not really a long term feasible solution
Add missing RSA key
Add missing RSA key
Initial Nitrokey Start support
Initial Nitrokey Start support. Commands:
- list
- update
- set identity
0.1.1.nitrokey
Correct package info, and change call name
0.0.1: First release
First release for internal tests.
Signed by D9BAE35991DE5B22 2016-01-11 Szczepan Zalega <szczepan.zalega@gmail.com>
# for updating the tool
pip3 uninstall solo-python -y
pip3 install ./solo_python-0.0.15-py3-none-any.whl --user