Philip Tricca
Philip Tricca
Bill's already done this for the tools. It's better than writing troff by hand and the user experience is way better than md2man-roff. This looks like the right tool for...
This is a huge unknown to me but being able to execute the tests from our test harness in our Visual Studio builds seems like the right thing to do....
When this configure option is used it enables / disables a few blocks of code. This sort of thing has a tendency to cause build breakage especially in the test...
The current test harness uses environment variables to control its configuration. So long as we preserve the existing TCTI-specific init functions everything will carry on as expected. Using the new...
I've been trying to track the v0.2 release from crates.io back to a git commit in this repo but there doesn't appear to be a tag for it. There doesn't...
This would be like an analog to the TctiOptions class that instantiates a Tcti object from the provided options class: https://github.com/01org/tpm2-abrmd/blob/master/src/tcti-options.c#L341. This is required to decouple the IPC mechanism in...
Travis is enabling this arch but currently it fails to build the tpm simulator. This looks to be an issue with the build determining the appropriate radix bits for the...
We need a mechanism for recording command and response streams. I'm expecting that this will largely be dictated by the tools that we want to use. `libpcap` seems like the...