10 Commits

Author SHA1 Message Date
sthen
1427b990d1 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:29:41 +00:00
sthen
458722be38 update to py-fido2-1.1.0
the various programs in examples/ mostly work as expected with my
yubikey, however under some error conditions I had to unplug/replug
the key before anything would see it
2022-11-08 15:02:29 +00:00
sthen
bafec5df09 remove obsolete comment in py-fido2; the yubikey-manager port pulls in
the old py-fido2 version that it needs itself
2022-05-29 16:53:33 +00:00
naddy
8c0294c2fa drop RCS Ids 2022-03-11 19:53:16 +00:00
sthen
29389da44c bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:15 +00:00
sthen
5595817cce add some notes on the chain of deps needed to update py-fido2 2021-03-12 21:43:47 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
3026c1f1a4 update to git checkout of py-fido2 which has some OpenBSD support
(added in f2451e8aeba) - some hangs seen, but it's better than not being
implemented at all.

switch MODPY_FLAVOR to FLAVOR=python3 while there, and sync py-pyscard dep.
2020-05-23 21:55:55 +00:00
sthen
ea819976d3 update to py-fido2-0.8.1, from Lucas Raab 2019-12-24 14:18:28 +00:00
kn
f987fd1be5 Import py-fido2
Provides library functionality for communicating with a FIDO device
over USB as well as verifying attestation and assertion signatures.
This library aims to support the FIDO U2F and FIDO 2.0 protocols for
communicating with a USB authenticator via the Client-to-Authenticator
Protocol (CTAP 1 and 2). In addition to this low-level device access,
classes defined in the fido2.client and fido2.server modules implement
higher level operations which are useful when interfacing with an
Authenticator, or when implementing WebAuthn support for a Relying
Party.

As warned by upstream, "This project is in beta. Expect things to
change or break at any time!" - it is currently known not to work on
OpenBSD with some device types.


From Lucas Raab < tuftedocelot at fastmail dot fm >, thanks!
Feedback from Georg Steuck
Feedback and OK kmos (earlier version)
Feedback and OK sthen
2019-11-19 18:52:50 +00:00