tpmstream icon indicating copy to clipboard operation
tpmstream copied to clipboard

A tool to help you understand TPM commands and responses.

Results 4 tpmstream issues
Sort by recently updated
recently updated
newest added

https://joholl.github.io/tpmstream-web/ shows the following: (PY1001): Unable to install package(s) 'tpmstream'. Reason: Traceback (most recent call last): File "/lib/python3.11/site-packages/micropip/_micropip.py", line 576, in install await transaction.gather_requirements(requirements) File "/lib/python3.11/site-packages/micropip/_micropip.py", line 342, in gather_requirements...

Parsing of TPM2_CreatePrimary() creationPCRs does not work. Example: ``` Command . TPMI_ST_COMMAND_TAG | .tag 8002 TPMI_ST_COMMAND_TAG.SESSIONS UINT32 | .commandSize 000000a3 163 TPM_CC | .commandCode 00000131 TPM_CC.CreatePrimary TPMS_COMMAND_HANDLES_CREATE_PRIMARY | .handles TPMI_RH_HIERARCHY...

Hi, I started writing my own tpm log parser to grok the output of https://github.com/stefanberger/swtpm debug logs, but then found yours which is very elegantly written and has saved me...

After the [bug where "rb" is ignored by argparse for stdin](https://bugs.python.org/issue14156) for (at least) python 3.9, we probably want to test multiple python versions.