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

Quote parameter encoding format for entropy-test-cli #1154

Open
HCastano opened this issue Nov 8, 2024 · 0 comments
Open

Quote parameter encoding format for entropy-test-cli #1154

HCastano opened this issue Nov 8, 2024 · 0 comments
Milestone

Comments

@HCastano
Copy link
Collaborator

HCastano commented Nov 8, 2024

In #1123 we added a requirement for certain extrinsics to have a TDX quote attached.
Additionally, a few extra fields such as a PCK certificate chain were also added.

The test-cli was updated to include these extra parameters but not a lot of care was
taken to figure out what the best format for these to be in was (right now they're mostly
just Strings). Peg had some suggestions, such as hex for the quote and PEM encoding
the PCK chain.

It's a little hard to know what the best way to pass these in to the test-cli is
because we don't have any programatic way to get these fields at the moment. This would
be a pre-requisite before properly tackling this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants