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 pushed 1 commit to littlefs2 Nitrokey/fido-authenticator
  • fixup! Update littlefs2 to v0.5.0 de48d8a

View on GitHub

robin-nitrokey opened a pull request on Nitrokey/fido-authenticator
Update littlefs2 to v0.5.0
robin-nitrokey pushed 4 commits to littlefs2 Nitrokey/fido-authenticator
  • tests: Add credential management tests This patch introduces the authenticator module that provides a simple high-le... e9dfefd
  • Check credential limit in get_creds_metadata We have two limits for the credential count: a fixed limit determined ... 94cb2fb
  • Relax cbor-smol dependency We only have an explicit cbor-smol dependency to make sure that at least v0.4.1 is select... 28e0b05
  • Update littlefs2 to v0.5.0 353f5e7

View on GitHub

robin-nitrokey opened a pull request on Nitrokey/fido-authenticator
Remove cbor_serialize_message helper
The cbor_serialize_message helper mixed re-exports of cbor-smol from trussed and ctap-types. This can be problematic if both select different versions. It could be fixed by keeping both in sync, ...
robin-nitrokey pushed 1 commit to serde Nitrokey/fido-authenticator
  • Remove cbor_serialize_message helper The cbor_serialize_message helper mixed re-exports of cbor-smol from trussed an... b931a48

View on GitHub

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

serde - FIDO authenticator Trussed app.

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

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

robin-nitrokey deleted a branch Nitrokey/fido-authenticator

cbor-smol

robin-nitrokey closed 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 1 commit to main 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 select... 28e0b05

View on GitHub

robin-nitrokey pushed 3 commits to cbor-smol Nitrokey/fido-authenticator
  • tests: Add credential management tests This patch introduces the authenticator module that provides a simple high-le... e9dfefd
  • Check credential limit in get_creds_metadata We have two limits for the credential count: a fixed limit determined ... 94cb2fb
  • Relax cbor-smol dependency We only have an explicit cbor-smol dependency to make sure that at least v0.4.1 is select... 28e0b05

View on GitHub

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

View on GitHub

robin-nitrokey deleted a branch Nitrokey/fido-authenticator

remaining-credentials

robin-nitrokey closed a pull request on Nitrokey/fido-authenticator
Check credential limit in get_creds_metadata
We have two limits for the credential count: a fixed limit determined by the configuration and an estimated limit based on the remaining filesystem size. When creating a new credential, we check ...
robin-nitrokey pushed 1 commit to main Nitrokey/fido-authenticator
  • Check credential limit in get_creds_metadata We have two limits for the credential count: a fixed limit determined ... 94cb2fb

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
Check credential limit in get_creds_metadata
We have two limits for the credential count: a fixed limit determined by the configuration and an estimated limit based on the remaining filesystem size. When creating a new credential, we check ...
robin-nitrokey created a branch on Nitrokey/fido-authenticator

remaining-credentials - FIDO authenticator Trussed app.

robin-nitrokey deleted a branch Nitrokey/fido-authenticator

tests-cred-mgmt

robin-nitrokey closed a pull request on Nitrokey/fido-authenticator
tests: Add credential management tests
This patch introduces the authenticator module that provides a simple high-level interface for testing FIDO2 functionality. It uses the module to implement tests for credential management, namely ...
robin-nitrokey pushed 1 commit to main Nitrokey/fido-authenticator
  • tests: Add credential management tests This patch introduces the authenticator module that provides a simple high-le... e9dfefd

View on GitHub

robin-nitrokey created a review comment on a pull request on Nitrokey/fido-authenticator
The initial estimate is only 5 with this setup, so this is equivalent to 20 %. We could also allow `n + 1` but I’d rather have a strict check and relax it if necessary so that we notice if we chan...

View on GitHub

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

View on GitHub

sosthene-nitrokey created a review comment on a pull request on Nitrokey/fido-authenticator
These feel a bit strict. But given that the test run in a controlled storage and everything always has the same size it might work? If we ever need to relax this I would relax it a lot more (the...

View on GitHub

robin-nitrokey pushed 1 commit to tests-cred-mgmt Nitrokey/fido-authenticator
  • tests: Add credential management tests This patch introduces the authenticator module that provides a simple high-le... e9dfefd

View on GitHub

robin-nitrokey pushed 1 commit to tests-cred-mgmt Nitrokey/fido-authenticator
  • tests: Add credential management tests This patch introduces the authenticator module that provides a simple high-le... d78abbe

View on GitHub

robin-nitrokey created a comment on an issue on Nitrokey/fido-authenticator
Also, `max_resident_credential_count` is not taken into account properly for the estimated remaining discoverable credentials in the credentials metadata response.

View on GitHub

robin-nitrokey opened a pull request on Nitrokey/fido-authenticator
tests: Add credential management tests
This patch introduces the authenticator module that provides a simple high-level interface for testing FIDO2 functionality. It uses the module to implement tests for credential management, namely ...
robin-nitrokey pushed 1 commit to tests-cred-mgmt Nitrokey/fido-authenticator
  • tests: Add credential management tests This patch introduces the authenticator module that provides a simple high-le... 6b6d6f0

View on GitHub

robin-nitrokey pushed 1 commit to tests-cred-mgmt Nitrokey/fido-authenticator
  • tests: Add credential management tests This patch introduces the authenticator module that provides a simple high-le... 8a5f394

View on GitHub

Load more