attestation: bind user data to PCR state

This commit is contained in:
Thomas Tendyck 2023-02-12 17:26:54 +01:00 committed by Thomas Tendyck
parent 5e7dc0d7db
commit dd7d6334ba
3 changed files with 55 additions and 32 deletions

View file

@ -47,3 +47,7 @@ func (t *simulatedTPM) Close() error {
// never close the underlying simulated TPM to allow calling the TPMOpenFunc again
return nil
}
func (*simulatedTPM) EventLog() ([]byte, error) {
return nil, nil
}