kaczmarczyck
778102712f
venv for Python setup ( #653 )
...
* Python uses venv
* Small fixes to python calls
2023-11-07 05:13:21 +01:00
kaczmarczyck
01cc8333e5
Tool fixes ( #537 )
...
* private key type is str, some fixes
* catches file exceptions for private key
* adds exception type
* adds exception message
2022-08-29 11:00:31 +02:00
kaczmarczyck
4442998b64
Vendor HID for upgrades ( #529 )
...
* vendor-hid for upgrades
* empty argument fix
* same vendor-hid usage in both deploys
* forgot one board
* aaand also forgot the quotes
2022-08-17 10:29:26 +02:00
Liam Murphy
262e505ef7
Support configure via the Vendor interface ( #524 )
...
* Support configure via the Vendor interface
* Adjust tests now that GetInfo is supported on vendor_hid
* Add test for vendor_hid not supporting FIDO command
2022-08-08 13:54:46 +02:00
kaczmarczyck
92e1d51442
Fix libfido in configure ( #499 )
...
* fix capitalization of Ctap2 in configure
* changes setup to match new libfido2 version
2022-06-13 13:46:15 +02:00
Jean-Michel Picod
15233dba3e
Fix pylint configuration, script and matcher ( #491 )
...
* Fix pylint configuration, script and matcher
* Makes yapf happy
* Fix one-liner docstring
* Fix one-liner docstring
2022-06-07 20:39:22 +02:00
kaczmarczyck
5cf988c7fa
allows silent certificate checks ( #410 )
2021-11-18 17:09:40 +01:00
Liam Murphy
44988695ab
Report error when no devices found to configure. ( #398 )
2021-11-01 09:51:55 +01:00
Fabian Kaczmarczyck
31df2ca45e
use f-strings and test with 3.9
2021-09-17 14:12:58 +02:00
Jean-Michel Picod
7c8894bb04
Compare all timestamps using UTC timezone ( #308 )
2021-04-15 17:22:38 +02:00
Jean-Michel Picod
958d7a29dc
Fix config.py tool according to the new API of fido2 python package ( #284 )
...
* Fix fido2 API update.
Since fido2 0.8.1 the device descriptor moved to NamedTuple, breaking
our configuration tool.
Code is now updated accordingly and the setup script ensure we're
using the correct version for fido2 package.
* Make Yapf happy
* Fix missing update for fido2 0.9.1
Also split the comment into 2 lines so that the touch is not hidden
at the end of the screen.
2021-02-11 17:44:49 +01:00
Jean-Michel Picod
7213c4ee99
Address first round of comments.
2020-12-16 18:22:15 +01:00
Jean-Michel Picod
e35c41578e
Add configuration tool
2020-12-16 18:22:15 +01:00