Andreas Fuchs
Andreas Fuchs
We should try to increase coverage of the project beyond 90%. Some possibilities might be: - Enable logging on during some test for more coverage in log.c - Enable tests...
See here: https://github.com/tpm2-software/tpm2-tss/blob/9288970a3e657cdee85d08d3813199ec864de3ad/test/integration/esys-act-set-timeout.int.c
The if statement always evaluates to true: https://github.com/tpm2-software/tpm2-tss-engine/blob/8acc6181f27c1b60263ab9ad5e28f4638e0460ed/src/tpm2-tss-engine-common.c#L490
> Implement an `ameth` which implements `ASN1_PKEY_CTRL_DEFAULT_MD_NID`, reporting SHA256 as mandatory. Split out from #15
This place only denotes bad authorization as possible error on "own_name" attempts. https://github.com/tpm2-software/tpm2-abrmd/blob/f0a0b8084cdb98886002d1202c6dcf0a3ab88c2e/src/ipc-frontend-dbus.c#L582 1. Extend the error message to state "... or another instance is already running." 2. Query the...
This is mostly an rfc whether folks would want to switch to this. According to Wikipedia, almost all compilers should support this: https://en.wikipedia.org/wiki/Pragma_once
Idea would be to implement a Tcti that does the ContextSave/Load for the application. No arbitration between different context, just lifting the limit of max loaded object. Useful for /dev/tpm0...
Currently, tcti-spi-helper will just use whatever values it finds for the TIS registers without thinking about them. On a disconnected line or unresponsive TPM this is all 0xffffff... Some bits...
This is a very first attempt at building things with meson. I have to say, the speedup on repeated compiles is very nice... For usage examples please see .travis.yml Please...