Tags give the ability to mark specific points in history as being important
-
1.0.0
13864dbb · ·tpm2-protocol 1.0.0 - docs: Note about versionign (Jarkko Sakkinen) - Mark spec-extensible value enums non-exhaustive (Jarkko Sakkinen) - Make the data-type derive and accessor surface consistent (Jarkko Sakkinen) - Trim the public surface for the 1.0 contract (Jarkko Sakkinen) - Make response dispatch and marshaling symmetric (Jarkko Sakkinen) - Harden TpmError for the 1.0 API (Jarkko Sakkinen) Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@iki.fi>
-
0.19.0
d5af780e · ·tpm2-protocol 0.19.0 - Harden borrowed view bounds checks (Jarkko Sakkinen) - Add borrowed TPM frame dispatch (Jarkko Sakkinen) - Generate borrowed TPM data views (Jarkko Sakkinen) - Add borrowed wire parsing primitives (Jarkko Sakkinen) Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@iki.fi>
-
0.15.10
fa1e8fac · ·tpm2-protocol 0.15.10 - chore: bump version to 0.15.10 - refactor(error): improve error variants - feat(bitflags): add remaining bitops - feat(error): copy and clone traits - fix(macro(integer)): use fully qualified name for size_of - refactor(data): remove magic field from TpmsAttest - fix(rc): remove forgotten From<TpmRcBase> for TpmRc