mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-11 06:02:41 -05:00
attestation: bind user data to PCR state
This commit is contained in:
parent
5e7dc0d7db
commit
dd7d6334ba
3 changed files with 55 additions and 32 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue