这是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.7.1
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.8.0
Choose a head ref
  • 8 commits
  • 27 files changed
  • 2 contributors

Commits on Sep 4, 2023

  1. fix typo

    Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
    msanft committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    8169e67 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #74 from msanft/fix/macosdevice-typo

    client: fix Windows builds
    deeglaze authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    81d183f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Make test KDS tri-value, deprecate --test_use_kds.

    While it's useful to provide locally cached certificates for a small
    pool of test machines, and to test more generally with KDS, we'd like to
    be able to test whether VCEK caching is working correctly. For this, we
    explicitly request --test_kds=none, and not just hope that the local
    cache doesn't hit.
    
    The --test_use_kds=true value is --test_kds=amd. The false value is
    "cache".
    
    Signed-off-by: Dionna Glaze <dionnaglaze@google.com>
    deeglaze committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    8a60459 View commit details
    Browse the repository at this point in the history
  2. Update dependencies and CI's protobuf version

    go get -u ./...
    go mod tidy
    
    I inspected the diffs from the previous releases and they seem okay.
    
    Signed-off-by: Dionna Glaze <dionnaglaze@google.com>
    deeglaze committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f488681 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Merge pull request #75 from deeglaze/kds_none

    Make test KDS tri-value, deprecate --test_use_kds.
    deeglaze authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    df3c492 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #76 from deeglaze/updatedeps

    Update dependencies and CI's protobuf version
    deeglaze authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bab68c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Add support for validating VLEK certificates

    This changes the AuthorKeyEn report field to a better-named SignerInfo.
    The interpretation of this field selects which key the fake signer will
    use when signing reports. The VLEK certificate extensions are now
    checked against AMD's VLEK specification. The difference is VLEK certs
    are like VCEK certs, except the HWID extension is swapped with a CSP_ID
    extension.
    
    Tests have been updated to reflect these changes, including new
    VLEK-specific test cases.
    
    Signed-off-by: Dionna Glaze <dionnaglaze@google.com>
    deeglaze committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    76c7dcd View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Merge pull request #67 from deeglaze/vlek

    Add support for validating VLEK certificates
    deeglaze authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    ccc7134 View commit details
    Browse the repository at this point in the history
Loading