-
Notifications
You must be signed in to change notification settings - Fork 80
Add event log v2 format with JSON canonical digest #646
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
Open
kvinwang
wants to merge
28
commits into
master
Choose a base branch
from
feat/event-log-v2-canonical-json
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
654021a
Add event log v2 format with JSON canonical digest (RFC 8785)
kvinwang 660e0e3
refactor: use EventLogVersion enum instead of raw u32
kvinwang 32241ad
fix: reject unknown event_log_version values instead of silent fallback
kvinwang 4cf928c
fix: address CI failures and PR review comments
kvinwang 96ce9d4
test: add mixed v1/v2 replay and scale round-trip tests
kvinwang f553c11
chore: remove accidentally committed worktree
kvinwang 2b31c5d
refactor: use BTreeMap for canonical JSON key ordering
kvinwang 4712710
chore: gitignore worktrees directory
kvinwang 9e761b8
refactor: use serde_jcs for RFC 8785 compliant canonical JSON
kvinwang 3320eb2
fix: serialize version in RuntimeEvent for attestation roundtrip
kvinwang d88d2c6
refactor: use single event_type for both v1 and v2
kvinwang 4dee4bb
test: add comprehensive canonical JSON tests for RFC 8785 compliance
kvinwang 796683b
feat: add include_hash_inputs parameter to GetQuote and Attest RPCs
kvinwang 374f3d3
fix: resolve CI failures from new v1 test and gated import
kvinwang 270aaf8
fix: address copilot review on v1 digest encoding and v2 fallback
kvinwang f191603
docs: clarify include_hash_inputs returns hex-encoded bytes
kvinwang de1d4a0
fix: clarify include_hash_inputs only applies to runtime events in pr…
Copilot 5b6b57d
refactor: drop version field from v2 canonical JSON
kvinwang ca0f577
fix: upgrade to V1 msgpack attestation when v2 events present
kvinwang 90765a3
test: add into_versioned V0/V1 dispatch coverage
kvinwang 55ce10f
refactor: rename v2 canonical JSON fields to name/type/content
kvinwang 3e4b533
feat(vmm): expose event_log_version in vmm-cli and Web UI
kvinwang 5a7d188
refactor: rename v2 canonical JSON content field back to payload
kvinwang be0eb0b
Potential fix for pull request finding
kvinwang d581179
feat(guest-agent): add CCEL binary event log to GetQuote response
kvinwang f7f0491
chore: remove verify_ccel_device example
kvinwang 8d07851
Potential fix for pull request finding
kvinwang d3fd44d
Merge origin/master into feat/event-log-v2-canonical-json
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.