Imran Desai

Results 76 comments of Imran Desai

It is interesting that you do not run into tcti errors with other tools. As for the options you used in the `tpm2_createek` call above, if you have set owner-auth...

**tpm2_clear** requires lockout or platform-hierarchy auth and not owner-auth. If lockout auth is not set, a clear will always succeed. **tpm2_getcap --properties-variable** can reveal if auths are set.

@williamcroberts is [this](https://github.com/tpm2-software/tpm2-tools/blob/master/test/integration/tests/createprimary.sh#L71:L74) what you are looking for?

I believe there is support for [other](https://github.com/tpm2-software/tpm2-tools/blob/acfaa4fab1f6efbecf98161f11c00e68f1387c20/lib/files.c#L795:#L876) keytypes too.

> > I believe there is support for [other](https://github.com/tpm2-software/tpm2-tools/blob/acfaa4fab1f6efbecf98161f11c00e68f1387c20/lib/files.c#L795:#L876) keytypes too. > > I wonder if this just boils down to better documentation and examples? Agreed, I think we need...

> Theirs also some weird limitation where files are a TPM type itself and stdin can be "unstructured" this seems like an odd limitation. That is a backward compatibility stickler...

@JuergenReppSIT any update on this or can we close it?

@GastoonMeghi can you share the binary_bios_measurements file?

> @idesai What is the release schedule looking like? This is impacting us due to another project depending on the parsing of the eventlog. > > I'm also wondering if...