On 3/10/2017 2:55 PM, Tadd Seiff wrote: > Compare it to what you get as an output from > TPM_CollateIdentityRequest(...). There are a lot of nested structs in > this situation.
A hint on this, and the TPM 2.0 are even more deeply nested. A nice way to understand structures is to run a software TPM in a debugger like Visual Studio. They can display the structures on an expandable tree and show the member types as well as the values. It's a lot easier than traversing Part 2. Even if you're running your application on Linux, trousers supports a socket interface, so the SW TPM does not have to run on the same platform. ------------------------------------------------------------------------------ Announcing the Oxford Dictionaries API! The API offers world-renowned dictionary content that is easy and intuitive to access. Sign up for an account today to start using our lexical data to power your apps and projects. Get started today and enter our developer competition. http://sdm.link/oxford _______________________________________________ TrouSerS-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/trousers-users
