这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/go-sev-guest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.2
Choose a base ref
...
head repository: google/go-sev-guest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.3
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Oct 24, 2023

  1. Add product utility unit tests

    Improves test coverage, but also expands GetAttestationFromReport to
    fill in the Product field of the Attestation message from the fetched
    VCEK/VLEK certificate's extension.
    
    Signed-off-by: Dionna Glaze <dionnaglaze@google.com>
    deeglaze committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8da1394 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Fix SevProduct defaults for downstring testclient

    go-tpm-tools can't cleanly upgrade to v0.9.2 since
    the mocks.go Product returns Milan-B0 but the abi default is Milan-B1.
    This breaks existing tests.
    deeglaze committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6f2d2fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #95 from deeglaze/productdefaults

    Fix SevProduct defaults for downstring testclient
    deeglaze authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    7cb961f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #94 from deeglaze/coverage

    Add product utility unit tests
    deeglaze authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9a1ad2b View commit details
    Browse the repository at this point in the history
Loading