- Sep 11, 2024
-
-
DGonzalezVillal authored
Fixing case sensitivity bug
-
DGonzalezVillal authored
Signed-off-by:
DGonzalezVillal <Diego.GonzalezVillalobos@amd.com>
-
DGonzalezVillal authored
Signed-off-by:
DGonzalezVillal <Diego.GonzalezVillalobos@amd.com>
-
- Sep 06, 2024
-
-
Tyler Fanelli authored
Signed-off-by:
Tyler Fanelli <tfanelli@redhat.com>
-
Tyler Fanelli authored
Signed-off-by:
Tyler Fanelli <tfanelli@redhat.com>
-
Tyler Fanelli authored
Signed-off-by:
Tyler Fanelli <tfanelli@redhat.com>
-
Kevin Hui authored
Signed-off-by:
Kevin Hui <kevinhui@meta.com>
-
- Sep 05, 2024
-
-
Kevin Hui authored
Signed-off-by:
Kevin Hui <kevinhui@meta.com>
-
Kevin Hui authored
Signed-off-by:
Kevin Hui <kevinhui@meta.com>
-
jquanC authored
The current snpguest tool will fail to execute as expected without the option <endorser>. Signed-off-by:
jquanC <jack_cai.sh@foxmail.com>
-
- Aug 12, 2024
-
-
Juan Herrera Utande authored
snpguest is included as part of the official repositories for openSUSE Leap, Tumbleweed and SUSE Linux Enterprise Servers but, If users want to build the latest and greatest Git version, they must enable the "devel_basis" pattern. Signed-off-by:
Juan Herrera Utande <juan.herrera@suse.com>
-
- Aug 08, 2024
-
-
Larry Dewey authored
Signed-off-by:
Larry Dewey <larry.dewey@amd.com>
-
DGonzalezVillal authored
* Adding preattestation functionality to snpguest Added functionality to generate different pre-attestation components - Generate a guest launch digest (measurement) - Generate an ID-BLOCK and AUTH-BLOCK - Generate an OVMF-hash - Generate key-digests for openssl keys Signed-off-by:
DGonzalezVillal <Diego.GonzalezVillalobos@amd.com> * Update docs/snpguest.1.adoc Signed-off-by:
Larry Dewey <larry.dewey@amd.com> --------- Signed-off-by:
DGonzalezVillal <Diego.GonzalezVillalobos@amd.com> Signed-off-by:
Larry Dewey <larry.dewey@amd.com> Co-authored-by:
Larry Dewey <larry.dewey@amd.com>
-
- Jul 31, 2024
-
-
Larry Dewey authored
rust: Patching for latest rust update
-
- Jul 26, 2024
-
-
Larry Dewey authored
With the latest stable branch, some of the libraries are broken. Updating them fixes the issue we were facing. Signed-off-by:
Larry Dewey <larry.dewey@amd.com>
-
- Jun 11, 2024
-
-
Tyler Fanelli authored
Signed-off-by:
Tyler Fanelli <tfanelli@redhat.com>
-
Tyler Fanelli authored
Signed-off-by:
Tyler Fanelli <tfanelli@redhat.com>
-
- May 14, 2024
-
-
Larry Dewey authored
fix: remove subcommand trait on `ok` command
-
- May 13, 2024
-
-
Adam Hughes authored
Signed-off-by:
Adam Hughes <9903835+tri-adam@users.noreply.github.com>
-
- Apr 24, 2024
-
-
DGonzalezVillal authored
clap-migration: Moving from StructOpt to Clap
-
Larry Dewey authored
As StructOpt is deprecated and no longer maintained, we need to switch to clap. Signed-off-by:
Larry Dewey <larry.dewey@amd.com>
-
- Apr 12, 2024
-
-
Yuji Hagiwara authored
As below, SEV-SNP guest firmware device file is usually /dev/sev-guest. thus it'd be better if the context message contained it. https://github.com/virtee/sev/blob/v3.1.1/src/firmware/guest/mod.rs#L66 Signed-off-by:
Yuji Hagiwara <yuuzi41@gmail.com>
-
- Mar 28, 2024
-
-
Larry Dewey authored
Adding SNPHOST workflows to SNPGUEST
-
Larry Dewey authored
Adding snpguest ok
-
- Mar 26, 2024
-
-
DGonzalezVillal authored
Signed-off-by:
DGonzalezVillal <Diego.GonzalezVillalobos@amd.com>
-
arvindskumar99 authored
Signed-off-by:
arvindskumar99 <arvinkum@amd.com>
-
- Mar 22, 2024
-
-
Arvind Kumar authored
Signed-off-by:
arvindskumar99 <arvinkum@amd.com>
-
- Mar 15, 2024
-
-
Larry Dewey authored
vlek: Missing some logic during verify for vlek.
-
Larry Dewey authored
Signed-off-by:
Larry Dewey <larry.dewey@amd.com>
-
- Mar 05, 2024
-
-
dependabot[bot] authored
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11. - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11 ) --- updated-dependencies: - dependency-name: mio dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Larry Dewey authored
URL: Fixing URL breakage
-
Larry Dewey authored
There is a bug in the code as the AMD KDS is URL case-sensitive. Signed-off-by:
Larry Dewey <larry.dewey@amd.com>
-
Jonathon Jongsma authored
use 'attestation' instead of 'attesation' Signed-off-by:
Jonathon Jongsma <jjongsma@redhat.com>
-
- Mar 04, 2024
-
-
Larry Dewey authored
Signed-off-by:
Larry Dewey <larry.dewey@amd.com>
-
Larry Dewey authored
VLEK: Adding ASVK Support
-
Larry Dewey authored
With the release of the VLEK, there is a separate api endpoint for requesting VLEK signing keys which are known as an AMD Signing VLEK Key (ASVK). This adds logic to handle these special use-cases. As the GHCB does not offer a unique UUID, assumptive logic must be applied to when the file should be named appropriately ASVK or ASK. Signed-off-by:
Larry Dewey <larry.dewey@amd.com>
-
- Feb 26, 2024
-
-
Larry Dewey authored
hyperv: Missing closure for boolean state.
-
- Feb 23, 2024
-
-
Larry Dewey authored
When attempting to build with the hyperv flag, previously the hv variable passed to report::get_report was a function pointer and not a boolean value. Changing the non-hyperv state to use a closure returning a boolean false makes this work correctly Signed-off-by:
Larry Dewey <larry.dewey@amd.com>
-
- Feb 22, 2024
-
-
Larry Dewey authored
Fetch: Adding status check to HTTP response
-
Larry Dewey authored
Previously to this fix (37), URL requests would write the contents of "404 Not Found" to the certificate being requested. This adds a simple check to make sure the certificate was successfully pulled before writing it. Signed-off-by:
Larry Dewey <larry.dewey@amd.com>
-