-
Notifications
You must be signed in to change notification settings - Fork 55
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
attestation: use go-sev-guest
library
#2269
Merged
Merged
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
3d1ae11
wip: switch to attestation
msanft 23917aa
add extra comments
msanft a8876c0
MAA checks
msanft 0164e0f
use provided functions to parse report / cert chain
msanft 9665ae9
replace `CommitedTCB` check with `LaunchTCB` check
msanft 68debeb
remove debug check
msanft 6cf65f7
remove `LaunchTCB` == `CommitedTCB` check
msanft cb02e18
custom IdKeyDigests check
msanft d14cda1
basic test of report parsing from instance info
msanft 99c976e
retrieve VCEK from AMD KDS
msanft 6c62e51
remove VCEK from `azureInstanceInfo`
msanft c68260e
use `go-sev-guest` TCB version type
msanft f8d3f62
fix validation parsing test
msanft 61d6d8e
fix error message
msanft 06c82dc
fix comment
msanft c8ff17f
remove certificate chain from `instanceInfo`
msanft 40333ad
add test for idkeydigest check
msanft b497982
update buildfiles
msanft 93dc269
wip: update tests
msanft 5e73f73
update buildfiles
msanft 7b4b303
[remove] debug prints
msanft 8230764
wip: fix tests
msanft d01da76
wip: fix tests
msanft c9149c6
fix tests, do some clean-up
msanft d1af616
add test case for fetching error
msanft b9d8d6f
Update internal/attestation/azure/snp/validator.go
msanft 73bd9de
correct `hack` dependency
msanft ea1f9f0
fix id key check
msanft 5cbf526
[remove] comment out wip unit tests
msanft 0032343
add missing newline
msanft 94cb150
switch to released version of `go-sev-guest`
msanft 3c13c23
add constructor test
msanft 37da857
add VMPL check
msanft 2eaafe4
add test assertions
msanft 8911a9e
update buildfiles
msanft 601da9b
switch to pseudoversion
msanft 0df0477
use fork with windows fix
msanft f9051da
fix linter checks
msanft b15df6c
use data from THIM
msanft 1b11114
update embeds
msanft b448f85
verify against ARK in config
msanft 93afb02
invalid ASK
msanft 66bc549
Update internal/attestation/azure/snp/validator.go
msanft 2308cfc
Update internal/attestation/azure/snp/validator.go
msanft 3010fc2
Update internal/attestation/azure/snp/validator.go
msanft 567ed9d
Update internal/attestation/azure/snp/validator.go
msanft 2e4d28e
nits
msanft 39095ae
remove unnecessary checks
msanft 98c936e
refactoring
msanft de3bd4b
Update internal/attestation/azure/snp/validator.go
msanft a49832e
Update internal/attestation/azure/snp/validator.go
msanft 454c91a
Update internal/attestation/azure/snp/validator.go
msanft c2fd69f
use upstream library with pseudoversion
msanft 091f5d1
Update internal/attestation/azure/snp/validator.go
msanft 881e0df
Update internal/attestation/azure/snp/validator.go
msanft 0186783
Update internal/attestation/azure/snp/validator.go
msanft 58eaa45
simplify control flow
msanft 5ef6e51
fix return error
msanft b9661af
fix VCEK test
msanft e13bf61
tidy
msanft 0f03c8d
revert unintentional changes
msanft 474367c
use new upstream release
msanft 85515c2
fix removed AuthorKeyEn field
msanft ed7e78d
fix verification report printing
msanft 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
This file contains 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 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 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 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 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 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v0.9.0 was released 2 days ago