Releases: joholl/tpmstream
Releases · joholl/tpmstream
v0.1.10
v0.1.9
v0.1.8
Work around https://bugs.python.org/issue14156
v0.1.7
- added proper error handling when parsing binary (using InfoEvents)
- add type support to
example
, e.g.tpmstream example TPMS_CREATION_DATA
- add type support to
convert
, e.g.printf "\x00\x03ABC" | tpmstream convert --type TPM2B_IV --in=binary -
printf "80010000000f000000000003ac4772" | xxd -r -p | tpmstream co --type Response --command GetRandom --in=binary -