tpm2-software / tpm2-tools

The source repository for the Trusted Platform Module (TPM2.0) tools
https://tpm2-software.github.io
717 stars 378 forks source link

TSS2 header sync #17

Closed flihp closed 8 years ago

flihp commented 8 years ago

The TSS repo is in the throws of refactoring their headers. We need to assess the impact to the tools repo. I've already identified some breakage in our use of the TSS2_TCTI_DRIVER_INFO structure which is not part of the TSS spec. This structure was mistakenly distributed by the TSS and will not be visible in the headers / libraries after https://github.com/01org/TPM2.0-TSS/pull/108 is merged. Undoubtedly there are more.

flihp commented 8 years ago

The right solution to this is simply to coordinate changes with some good old fashioned communication. Closing.