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

Add trussed abstraction and nkpk subcommand #500

Merged
merged 8 commits into from
Feb 1, 2024
Merged

Commits on Feb 1, 2024

  1. nk3: Extract basic functionality into trussed module

    This patch introduces a pynitrokey.trussed module that contains the
    functionality that is common for all Nitrokey devices using the Trussed
    framework:  communication via CTAPHID, basic commands using admin-app
    and provisioner-app, firmware updates using the Nitrokey container
    format and the LPC55 and NRF52 bootloader implementations.
    robin-nitrokey committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6fd7f91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43b55ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f06c1e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    433ef96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ec83cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2255f1 View commit details
    Browse the repository at this point in the history
  7. Add nkpk commands

    robin-nitrokey committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    7b99e2b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3c0f7c View commit details
    Browse the repository at this point in the history