Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement PIN protocol 2 and PIN token permissions #63

Merged
merged 3 commits into from
Mar 1, 2024

Commits on Feb 29, 2024

  1. ctap2: Explicitly specify PIN protocol version

    This patch removes the assumption that we only support PIN protocol 1
    from the CTAP2 implementation.  Instead, a list of supported PIN
    protocols is provided by the pin_protocols function and
    parse_pin_protocol can be used to validate the PIN protocol selected by
    the platform.  The parsed PIN protocol version must then be passed to
    the pin_protcol function to access the correct implementation.
    robin-nitrokey committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2bbe43e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    bf61fcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87e3aef View commit details
    Browse the repository at this point in the history