update to go-tpm 0.9.0#2703
Merged
Merged
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #2703 +/- ##
==========================================
- Coverage 75.52% 75.38% -0.14%
==========================================
Files 414 414
Lines 42231 42231
==========================================
- Hits 31895 31837 -58
- Misses 10336 10394 +58
☔ View full report in Codecov by Sentry. |
Member
|
please sign off, thanks. |
Member
|
+1 -- run |
Signed-off-by: Chris Fenner <cfenn@google.com>
Member
Author
|
Signed-off, thanks! |
10000TB
approved these changes
Jun 28, 2023
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This change updates u-root to use https://github.com/google/go-tpm at the latest released version 0.9.0. This version introduces a new, more complete API for talking to a TPM 2.0 (which may be of interest to other u-root users that need to do things with the TPM that go-tpm couldn't support before), but the entire existing API surface is available at its new path
legacy/tpm2. This change updates all existing tpm2 callers within u-root (pkg/securelaunch/tpm and pkg/tss) to continue using the legacy go-tpm API at the new legacy path.