Files
kata-containers/src/runtime/pkg/sev
Dov Murik dd7562522a runtime: pkg/sev: Add kbs utility package for SEV pre-attestation
Supports both online and offline modes of interaction with simple-kbs
for SEV/SEV-ES confidential guests.

Fixes: #6795

Signed-off-by: Dov Murik <dovmurik@linux.ibm.com>
2023-05-16 15:27:32 +03:00
..
2023-05-16 15:27:32 +03:00
2023-05-16 15:27:32 +03:00
2023-05-16 15:27:32 +03:00
2023-05-16 15:27:32 +03:00
2023-05-16 15:27:32 +03:00
2023-05-16 15:27:32 +03:00
2023-05-16 15:27:32 +03:00
2023-05-16 15:27:32 +03:00

AMD SEV confidential guest utilities

This package provides utilities for launching AMD SEV confidential guests.

Calculating expected launch digests

The CalculateLaunchDigest function can be used to calculate the expected SHA-256 of an SEV confidential guest given its firmware, kernel, initrd, and kernel command-line.

Unit test data

The testdata directory contains file used for testing CalculateLaunchDigest.