Andreas Fuchs
Andreas Fuchs
> > On the tpm2-tss I've never done a merge back. The CHANGELOG was just copied to master; or as mentioned, I cherry-pick from master to the stables. We used...
So far we did not have command audit as a use case appear for Esys. With Sys, it's pretty easy using Tss2_Sys_GetCp/RpBuffer(). IMHO, we should try to figure out a...
What's the status on this heisenbug ?
It's a thought that came when tutoring FAPI introductions.
Alternative to plain password could also be ``` struct { const char* path, const char* password } []; { { "/H_S", "myownerpw"}, { "/H_S/SRK/myKey", "mykeypw"}, { NULL, NULL} } ```
Or a new funciton called `Fapi_SetAuthMap()`
So $PREFIX/var/run/tpm2-tss/eventlog/ must be writable. make install should actually take care of that for group tss (that you then need to be a user of) Also you need to call...
For any newcomers that wanna help, here's my notes I made for a rainy winter night (mixed with fapi_external key thoughts) I'd extend `struct tobject` with ``` enum tobject_type =...
Sorry, those were some thoughts on peristent keys and FAPI keys. If they don't fit, please ignore.
@raghuncstate Patches are allways welcome ! ;-) I think, I'd like most about this, that no external program would be required for generating TPM keys. Do I understand this correctly...