Andreas Fuchs
Andreas Fuchs
IMHO this could easiest be done using FAPI calls, since this will perform policy-stuff automatically (see #27). But it would need to use the Fapi_Sign() call directly and not just...
I'll just post some 2 cents here from what I've seen on the engine (behind the scenes). The low hanging fruit is support for converting from the tpm2-tools format into...
Mostly it's ifapi_io for base access and then ifapi_keystore and ifapi_config
Hmmm... So setuptools is just broken... In any case; Ubuntu 22.04 pip --user install fails. Workaround was a venv. (As with everything) Maybe this helps someone, until ubuntu's setuptools is...
Started working on this for gtk
For all interested, there's something WIP here: https://github.com/AndreasFuchsSIT/tpm2-totp/tree/add_gtpm2-totp Feel free to take up the work on this any time
I had though about just adding another symbol, i.e. `tpm2totp_reseal_pcrvalue` or similar ? For the library, I guess we need to just come up with a datatype for this. Input...
Hmmm... So far we've stayed out of the tpm2-types.h file for user convenience. In a different context, I'm using ``` typedef struct { UINT32 pcr; TPM2_ALG_ID hashAlg; TPMU_HA digest; }...
Good point... My original idea was to stick to KISS. So maybe you're right and we don't want to give that level of freedome. I guess mixing the ideas, we...
Banks / Bankalgs are a bitmask right now, corect ? So would `hash_algorithm` just be the same value as is usually used for the bitmask ? I'd hate to introduce...