Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Tags: Firehed/u2f-php

Tags

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Webauthn support (#11)

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove outdated dev-dependencies (#27)

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Treat cid_pubkey as optional (#20)

This resolves #14, which became necessary due to a change in newer versions of Chrome.

Note: Chrome now seems to attach garbage attestation certificates, at least on the hardware I tested with. This means that full CA verification may fail even when everything else is correct. There were several changes around the CryptoToken extension/implementation in [Chrome 74](https://chromium.googlesource.com/chromium/src/+log/73.0.3683.103..74.0.3729.108?pretty=fuller&n=10000) (warning: slow) so this is likely a regression of some kind, and may be specific to certain OSs (my testing was on macOS 10.14)

1.0.0

Toggle 1.0.0's commit message
Add travis build config