Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Nitrokey/fido-authenticator

robin-nitrokey created a branch on Nitrokey/fido-authenticator

tests-cred-mgmt - FIDO authenticator Trussed app.

robin-nitrokey deleted a branch Nitrokey/fido-authenticator

littlefs2-path

robin-nitrokey pushed 5 commits to littlefs2 Nitrokey/fido-authenticator
  • Fix clippy lints 125d38e
  • Update cbor-smol to 0.4.1 25f99be
  • get_assertion: Skip attStmt unless requested For makeCredential, a missing attestation format preference list means ... b34fa47
  • Use apdu-app instead of apdu-dispatch 629a75f
  • Update littlefs2 to v0.5.0 6f8b791

View on GitHub

robin-nitrokey opened a pull request on Nitrokey/fido-authenticator
Relax cbor-smol dependency
We only have an explicit cbor-smol dependency to make sure that at least v0.4.1 is selected so that the persistent state is deserialized correctly. Trussed has a more specific version constraint s...
robin-nitrokey pushed 2 commits to cbor-smol Nitrokey/fido-authenticator
  • Use apdu-app instead of apdu-dispatch 629a75f
  • Relax cbor-smol dependency We only have an explicit cbor-smol dependency to make sure that at least v0.4.1 is select... 15407a5

View on GitHub

robin-nitrokey created a branch on Nitrokey/fido-authenticator

cbor-smol - FIDO authenticator Trussed app.

robin-nitrokey deleted a branch Nitrokey/fido-authenticator

apdu-app

robin-nitrokey created a tag on Nitrokey/fido-authenticator

v0.1.1-nitrokey.21 - FIDO authenticator Trussed app.

robin-nitrokey pushed 1 commit to main Nitrokey/fido-authenticator
  • Use apdu-app instead of apdu-dispatch 629a75f

View on GitHub

sosthene-nitrokey created a review on a pull request on Nitrokey/fido-authenticator

View on GitHub

robin-nitrokey opened a pull request on Nitrokey/fido-authenticator
Use apdu-app instead of apdu-dispatch
Note: I kept the `apdu-dispatch` feature name for consistency with `ctaphid-dispatch` and because we’re used to it. Can potentially be changed in the future.
robin-nitrokey pushed 1 commit to apdu-app Nitrokey/fido-authenticator
  • Use apdu-app instead of apdu-dispatch 629a75f

View on GitHub

robin-nitrokey pushed 1 commit to apdu-app Nitrokey/fido-authenticator

View on GitHub

robin-nitrokey created a branch on Nitrokey/fido-authenticator

apdu-app - FIDO authenticator Trussed app.

robin-nitrokey created a comment on an issue on Nitrokey/fido-authenticator
In https://github.com/Nitrokey/fido-authenticator/pull/59, we instead implemented serialization using a single character. This has two advantages: We can keep compatibility with the existing data...

View on GitHub

robin-nitrokey closed an issue on Nitrokey/fido-authenticator
CredentialData: (de)serialize `rp` and `user` with `serde_indexed`
These are currently (de)serialized with the normal `serde` derive implementation, they could instead be made more compact by using a `serde_indexed` approach. There would be the challenge of nee...