William Roberts

Results 65 issues of William Roberts

The code below always initializes the backends no matter what the env variable returns. ```C CK_RV backend_init(void) { LOGV("Initializing backends"); enum backend backend = get_backend(); if (backend == backend_error) {...

After much debugging, I have deduced it to something wrong with swtpm. When running against ibmtpm1682, the problem does not manifest. I guess now I need to figure out what...

Document the tpm2_ptool export commandlet and how it can be used in the docs/INTEROPERABILITY.md file.

This reverts commit b654a562ba86389ae0ac022555468fe7b0a15af5.

Breaking Change

# Requirements - Ensure all TPM2_xxx command outputs are mapped to an option or argument - Extras, like the ESYS_TR  in `tpm2_createprimary` only if option specified. ie output should match...

Revert PR #3324 to include deletion behavior on sessions that are flushed

Patch https://github.com/tpm2-software/tpm2-tools/pull/2847 works around a bug in tpm2-tss, https://github.com/tpm2-software/tpm2-tss/issues/2171, and has been fixed upstream. Thus the tools can test for which package version and ifdef this patch out based on...

enhancement

Signed-off-by: William Roberts

The Getting Started page has no content, should we delete it or populate it with something?

For things like numbers, why do we need the type selectors of hex or UINT32? These seem to do nothing as the data is dropped as is and quoted in...