confidential-containers / simple-kbs

Key Broker Server for SEV(-ES)
Apache License 2.0
12 stars 13 forks source link

Add Report secret type #28

Closed fitzthum closed 2 years ago

fitzthum commented 2 years ago

The report secret type allows the KBS to provide a signed copy of the launch information back to the KBC. This durable report can be inspected at any point to confirm that the boot was approved by the KBS (according to the policy set by the report signing keys) and had certain parameters.

There are some future improvements planned here including supporting more types of signatures, adding a timestamp to the connection, and reformatting the signed connection into some more standard artifact. I think this is a good start.

@dubek