Tags give the ability to mark specific points in history as being important
Release 0.10.49 - chore: bump version 0.10.49 - refactor(message): generate build and len
Release 0.10.48 - chore: bump version 0.10.48 - fix(message): add missing PolicySecretResponse parameters
Release 0.10.47 - chore: bump version to 0.10.47 - fix(tpmu): clippy issues - fix(macros): implement backwards compatible dispatch check - tests: add successful TPM_Import
Release 0.10.46 - chore: bump version to 0.10.46 - fix(tpmu): add the missing variant
Release 0.10.45 - chore: bump version to 0.10.45 - refactor(message): simplify module structure
Release 0.10.44 - chore: bump version to 0.10.44 - fix(data): incorrect asym declarations
Release 0.10.43 - chore: bump version to 0.10.43 - fix(tpms): incorrect field type in TpmsKeyedHashParms
Release 0.10.42
- chore: bump version to 0.10.42
- refactor(tests): merge command and response tests
- feat(message): Tpm{Command,Response}Body::build()
Release 0.10.41 - chore: bump version to 0.10.41 - refactor(tpmu): tidy TpmTagged use
Release 0.10.40 - chore: bump version to 0.10.40 - refactor(error): rename Unreachable as Failure - refactor: simplify dispatch - refactor(types): simplify TpmuHa with TpmBuffer - refactor(message): merge body build traits
Release 0.10.39 - chore: bump version to 0.10.39 - refactor: consolidate constants - fix: create a safe u32 to usize conversion
Release 0.10.38 - chore: bump version to 0.10.38 - refactor(error): ParseUnderflow to Underflow - refactor(error): migrate to Capacity(usize)
Release 0.10.37 - chore: bump version to 0.10.37 - refactor: remove InvalidMagic variant - refactor: remove unused AuthMissing error variant - refactor: remove BuildOverflow - refactor: remove InvalidTag error variant
Release 0.10.36 - chore: bump version to 0.10.36 - refactor: rework dynamic interface
Release 0.10.35 - chore: bump version to 0.10.35 - feat(message): tpm_cc() and tpm_handle_count() accessors
Release 0.10.34 - chore: bump version to 0.10.34 - fix: refactor out WITH_SESSIONS and NO_SESSIONS - refactor: move TPM_HEADER_SIZE to data::const
Release 0.10.33 - chore: bump version to 0.10.33 - fix(data): set "no_sessions: true" for policy commands - tests: add a new response - tests(response): response parsing errors
Release 0.10.32 - chore: bump version to 0.10.32 - refactor: TpmResponse to TpmResponseResult
Release 0.10.31 - chore: bump version to 0.10.31 - refactor!(response): add enum TpmResponse
Release 0.10.30 - chore: bump version to 0.10.30 - fix(response): unclutter the result - refactor!(TpmRc): remove unnecessary Result wrapper - refactor(error): make TpmErrorKind display more idiomatic