Skip to content

Releases: polhenarejos/pico-fido

Version 2.0

25 Sep 17:08
v2.0
8338762
Compare
Choose a tag to compare

This is a major release that adds support for CTAP 2.1 and WebAuthn.

It maintains compatibility with U2F (CTAP 1).

Version 1.2

08 Sep 15:10
7ae80ab
Compare
Choose a tag to compare

This version adds the following enhancements:

  • Added user presence enforcement for registration and authentication. It requires the user to press the button to confirm.
  • Added user presence enforcement flag and global counter on authentication.
  • Verify key handle.
  • Added SYNC, LOCK, PING commands to HID interface.

Also, many bug fixes.

Full Changelog: v1.0...v1.2

Version 1.0

05 Sep 15:49
9cbe6d9
Compare
Choose a tag to compare

This is the first release.

It supports U2F, the initial release.
It implements U2FHID protocol, with packet continuous flow.
It contains REGISTER, AUTHENTICATE and VERSION.

It has been tested with Yubico and Azure test portals without incidents with Chrome.
Firefox sends all-zeros payload, I do not why. And Safari requires touch/face ID previous interaction to trigger the event. So, it only works on Chrome.