Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TPM 2.0 Support #134

Open
colek42 opened this issue Sep 29, 2021 · 2 comments
Open

TPM 2.0 Support #134

colek42 opened this issue Sep 29, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@colek42
Copy link
Member

colek42 commented Sep 29, 2021

The TPM can be used for attestation of environment data and signing operations. Support for TPM can be mostly added with the go-attestation library.

@colek42 colek42 added the enhancement New feature or request label Sep 29, 2021
@shibumi
Copy link
Collaborator

shibumi commented Sep 29, 2021

Hi Cole, sorry for the delay. I really like what you are doing. Go ahead :)

We should just make sure that in-toto-golang remains functional if the environment has no TPM support . Meaning: we should not depend on it.

@colek42
Copy link
Member Author

colek42 commented Oct 4, 2021

Agree, I'll look for a TPM in the default location and try use it if we find one. I'll probably have a couple of extra CLI args as well. I am working on a lot of this outside of the in-toto core as a library. https://github.com/testifysec/go-ima/
Few things I'm working on

  1. Support for IMA log validation
  2. Support for using TPM for the signing process
  3. Record TPM Quote as metadata
  4. Record TPM PCR Registers as metadata
  5. Record Event Log as metadata
  6. Optionally include IMA log as metadata

We will have to make some considerations for OSX and Windows support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants