tpm2-software / tpm2-totp

Attest the trustworthiness of a device against a human using time-based one-time passwords
https://tpm2-software.github.io
BSD 3-Clause "New" or "Revised" License
163 stars 36 forks source link

ci: use tpm2-tss master branch #34

Closed diabonas closed 5 years ago

diabonas commented 5 years ago

Since https://github.com/tpm2-software/tpm2-tools/commit/893e43271024e9c2d942c8dc9ba1657a667bb0e2 tpm2-tools explicitly requires tpm2-tss >=2.3.0, so we need to use the development instead of the stable version in Travis CI.

AndreasFuchsTPM commented 5 years ago

Maybe 3.X of tpm2-tools is the better option ?

diabonas commented 5 years ago

@AndreasFuchsSIT Good idea, since we only use tpm2_pcrextend anyway, this should work.