Files
kata-containers/src/runtime/pkg/sev
Dov Murik 6a65803f75 runtime: pkg/sev: Support SEV-ES launch digest calculation
This includes contructing VMSA pages, parsing OVMF footer table to fetch
the AP reset EIP address, and allowing different vcpu types.

Fixes: #5471

Signed-off-by: Dov Murik <dovmurik@linux.ibm.com>
2022-11-28 18:08:50 +00: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.