Skip to content

TrustedComputingGroup/tpm-fw-attestation-reference-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reference code for EK-Based Key Attestation with TPM Firmware Version

Introduction

This reference code demonstrates how to perform the Import+Certify workflow described in "EK-Based Key Attestation with TPM Firmware Version".

How to Run

Go

Unit Test

The unit test uses the built-in TPM simulator provided by Go-TPM.

From the go directory,

go test -v ./pkg/e2etest

TCP Tester

This standalone tool requires you to be running the TCP simulator already.

From the go directory,

go run ./cmd/tester --tpm_port 2321 --platform_port 2322

You may need to replace the TPM and platform ports with the actual ports of the running TCP simulator on your system.

About

Reference code for EK-Based Key Attestation with TPM Firmware Version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages