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

Unify the format of evidence_buffer #144

Merged

Conversation

imlk0
Copy link
Collaborator

@imlk0 imlk0 commented Jan 17, 2023

The initial implementation of evidence_buffer has two forms. The first one is to put <pubkey-hash> into the userdata field of the evidence. The second is to put <pubkey-hash> into the claims_buffer.

This commit removes support for the first form, since it has been deleted in the Interoperable RA-TLS proposal.

Signed-off-by: Kun Lai me@imlk.top

The initial implementation of evidence_buffer has two forms. The first one is to put <pubkey-hash> into the userdata field of the evidence. The second is to put <pubkey-hash> into the claims_buffer. This commit removes support for the first form.

Signed-off-by: Kun Lai <me@imlk.top>
This commit removes the log prints related to custom_claims from dice.c,
since the same log prints exist in un_negotiate.c.

This commit also omits the value fof claims in log print, to avoid log
being contaminated by the printed binary content.

Signed-off-by: Kun Lai <me@imlk.top>
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.

None yet

2 participants