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

Generate empty attestation config #4808

Merged
merged 4 commits into from
Feb 16, 2024

Conversation

jul-sh
Copy link
Contributor

@jul-sh jul-sh commented Feb 15, 2024

This field is currently not populated by the restricted kernel, as there is no application config. However, the verification library expects it.

Depending on preference, this field should either be populated with an empty value (this PR) or removed #4807.

Those PRs are mutually exclusive. But one should be merged, for restricted kernel evidence to be parsed in the verification library.

@@ -23,10 +23,15 @@

extern crate alloc;

use alloc::vec;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: extra newline? Or do you treat alloc differently?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

automatically formatted by rustfmt. its ways are mysterious

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new format used by rustfmt groups core/alloc/std together, all third-party ctates together and all local crate:: imports together.

Copy link
Collaborator

@conradgrobler conradgrobler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@@ -23,10 +23,15 @@

extern crate alloc;

use alloc::vec;

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new format used by rustfmt groups core/alloc/std together, all third-party ctates together and all local crate:: imports together.

@jul-sh jul-sh merged commit 6a8fdcf into project-oak:main Feb 16, 2024
17 checks passed
@jul-sh jul-sh deleted the generate-empty-attestation-config branch February 16, 2024 14:46
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.

3 participants