Skip to content

Releases: Nitrokey/pynitrokey

Restructuring and Feature (Pre)-Release

09 Sep 13:21
356b7f5
Compare
Choose a tag to compare
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)
  • start set-identity X

    • spurious connection issues
    • might also need a sudo systemctl stop pcscd pcscd.socket, (as in start update) but this is not really a long term feasible solution

Add missing RSA key

18 Jun 12:27
0.2.1.nitrokey
bd32c3a
Compare
Choose a tag to compare
Add missing RSA key Pre-release
Pre-release

Add missing RSA key

Initial Nitrokey Start support

18 Jun 07:28
0.2.0.nitrokey
d3d4a77
Compare
Choose a tag to compare
Pre-release

Initial Nitrokey Start support. Commands:

  • list
  • update
  • set identity

0.1.1.nitrokey

11 May 12:22
0.1.1.nitrokey
6f6e10a
Compare
Choose a tag to compare
0.1.1.nitrokey Pre-release
Pre-release
Correct package info, and change call name

0.0.1: First release

13 Sep 09:37
0.0.1.nitrokey
5ec6ffa
Compare
Choose a tag to compare
0.0.1: First release Pre-release
Pre-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