~nitrokey/nitrokey/+git/libnitrokey:docs-release

Last commit made on 2021-04-14
Get this branch:
git clone -b docs-release https://git.launchpad.net/~nitrokey/nitrokey/+git/libnitrokey

Branch merges

Branch information

Name:
docs-release
Repository:
lp:~nitrokey/nitrokey/+git/libnitrokey

Recent commits

e2a8ec3... by Szczepan

Add draft for the RELEASE docs

6401ca4... by Szczepan

Merge branch 'topic/fix-device-discovery'

Correct logic for the device discovery

Fixes #194

ecf993b... by Szczepan

Merge branch 'fix-device-enumeration'

Add missing loop break

Fixes #195

20e5364... by Robin Krahl <email address hidden>

Fix infinite loop in add_vendor_devices

This patch fixes an infinite lopp in add_vendor_devices that is
triggered if a Nitrokey device without a serial number is connected to
the system, e. g. the Nitrokey FIDO 2.

Fixes #193.

3faa000... by Daniel Mueller <email address hidden>

Fix device discovery in NitrokeyManager::connect_with_path

The device discovery in NitrokeyManager's connect_with_path method is
broken. It tries to statically determine the vendor ID by using the
first working HID pointer. That's obviously not working when a both a
Nitrokey device and Librem Key are connected and the path is describing
a Librem Key. In such a case the vendor ID used would be that for the
Nitrokey and we would not be able to find the Librem Key at all. This
change fixes up the logic.

a9e2ac0... by Szczepan

Update .gitignore

b8dc10e... by Szczepan

Python 3.6 compatibility - replace unicode character

cdab54a... by Szczepan

Readme: collapse logs and code snippets (2)

3b79f0c... by Szczepan

Readme: collapse logs and code snippets

4c237a4... by Szczepan

Readme update