这是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.12.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.13.0
Choose a head ref
  • 10 commits
  • 4 files changed
  • 3 contributors

Commits on Dec 16, 2024

  1. abi: parse PlatformInfo form v3 report

    Signed-off-by: Paul Meyer <katexochen0@gmail.com>
    katexochen committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    d30defa View commit details
    Browse the repository at this point in the history
  2. abi: parse PlatformInfo with badram mitigation

    Signed-off-by: Paul Meyer <katexochen0@gmail.com>
    katexochen committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    ccd51e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. Merge pull request #148 from katexochen/platform-info-update

    abi: parse PlatformInfo form v3 report and badram mitigation
    deeglaze authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    b5e708c View commit details
    Browse the repository at this point in the history
  2. Resolve CI runner failures for ubuntu24.04

    Older Golang versions are not supported on the latest ubuntu runner image.
    
    actions/runner-images#10636
    deeglaze committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    5a7e74b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #151 from google/deeglaze-patch-1

    Resolve CI runner failures for ubuntu24.04
    deeglaze authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    e5df259 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. go: fix AMD org unit plural spelling

    Signed-off-by: Leonard Cohnen <lc@edgeless.systems>
    3u13r committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    f2a3d50 View commit details
    Browse the repository at this point in the history
  2. GetCrlAndCheckRoot: always verify CRL

    Before, when an CRL was set in the TrustedRoot, it's CRL was not checked.
    Since the CRL is only checked on retrieval, setting an CRL disabled the CRL
    verification. So either the user needs to check the CRL manually before
    setting it or let the library request the CRL again. The second options
    breaks attestation when being strict about CRL verification and the KDS
    is not available.
    
    Change this to always verify the CRL when calling SnpAttestation.
    
    Signed-off-by: Leonard Cohnen <lc@edgeless.systems>
    3u13r committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    5712b21 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Merge pull request #154 from 3u13r/euler/always-verify-crl

    GetCrlAndCheckRoot: always verify CRL
    deeglaze authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    65042de View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Configuration menu
    Copy the full SHA
    b8d75ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #158 from deeglaze/v4

    Account for version 4 report from FW 1.55.31
    deeglaze authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    43f7581 View commit details
    Browse the repository at this point in the history
Loading