Restructuring and Feature (Pre)-Release
Pre-release
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