Skip to content

Releases: joholl/tpmstream

v0.1.10

31 Oct 12:09
Compare
Choose a tag to compare
  • Input format auto detection: be more risky in non-strict mode (default)

v0.1.9

01 Jul 10:51
Compare
Choose a tag to compare
  • Fix several bugs
  • Support parameter encryption
  • Add input format hex
  • Add command type for auto-detecting data type from data

v0.1.8

30 May 08:42
Compare
Choose a tag to compare

v0.1.7

30 May 08:31
Compare
Choose a tag to compare
  • 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 -

v0.1.6

25 Mar 09:32
Compare
Choose a tag to compare
version: bump version number to 0.1.6

v0.1.0

15 Mar 14:54
Compare
Choose a tag to compare
github actions: fix import errors