Skip to content
#

tpm

Here are 129 public repositories matching this topic...

SprickW
SprickW commented Dec 29, 2021

Expected behaviour

I expected the VM to come up normally, just exchanging NAT IP by bridge IP

Actual behaviour

When adding the bridge="br0" line to the conf file, when trying to start VM immediately a "Connect to SPICE" window pops up asking for Hostname, Port, TLS Port and showing recent connections that obviously now don't work anymore.

As don't know much about spice, maybe

documentation good first issue help wanted
keylime
THS-on
THS-on commented Jun 20, 2022

The Keylime documentation is now part of the main repository and want to improve it. Following things need to be improved:

How to use the TPM EK CA Store

There is currently no documentation on how to add custom CA to the cert store (there is only a comment in the keylime.conf).

  • Add documentation where the cert store is located and which format is used
  • Add list of cert
bnevis-i
bnevis-i commented Jul 30, 2020

Environment

Board: APL UPSquared with PTT
OS: Ubuntu 20.04 (opensc 0.20.0-3)
tpm2-tss: 4.2.1 (tarball)
tpm2-pkcs11: 1.3.1 (tarball)
tpm2-tools: 4.1.3 (tarball)
tpm2-abrmd: Not installed
Token initialized with tpm2_ptool with label tpmhsm

Error message

id=`uuidgen | tr -d -`
pkcs11-tool --module /usr/lib/libtpm2_pkcs11.so --token-label tpmhsm --login --pin (redacted) --key-
enhancement help wanted good first issue
tomoveu
tomoveu commented Mar 18, 2021

This is a good first issue for someone who wants to get into OSS/TPM development.

We need a simple example to show TPM signature verification.

We already have examples for TPM2_Quote and TPM2_GetTime that can be used to generate signed TPM blob(data).

Details:

  • Both TPM2_Quote and TPM2_GetTime produce similar output using TPM2B_ATTEST and TPMT_SIGNATURE structures.
  • The TPMT_SIGNATU
enhancement good first issue

Improve this page

Add a description, image, and links to the tpm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tpm topic, visit your repo's landing page and select "manage topics."

Learn more