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 new tool for poking around in debug cred certs #293

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

flihp
Copy link
Collaborator

@flihp flihp commented Feb 10, 2025

This took currently does a few thingstwo things:

  1. extract the both the issuers public key (the RoTK) as well as the
    public part of the debug key (DK) from the debug cert (DC)
  2. verify the signature over the DC

This is the functionality required to link the DC to both the issuer / trust anchor (RoTK) and the key being authorized to sign debug challenges (the DK).

This tool currently does a two things:
1) extract the both the issuers public key (the RoTK) as well as the
   public part of the debug key (DK) from the debug cert (DC)
2) verify the signature over the DC

This is the functionality required to link the DC to both the issuer /
trust anchor (RoTK) and the key being authorized to sign debug
challenges (the DK).
@flihp flihp merged commit 7d662c1 into oxidecomputer:main Feb 10, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant