close
Skip to content

Tags: google/go-tpm

Tags

v0.9.8

Toggle v0.9.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix weird typo in name for TPM_RC_HIERARCHY (#421)

v0.9.7

Toggle v0.9.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add marshal/unmarshall to command/response (#415)

* feat: add marshal/unmarshall to command/response

* wip: include PR's feedbacks

* refactor: update preimage marshal/unmarshal logic

* refactor: reduce unmarshalStruct complexity

Note: this allow to reuse some logic in unmarshalParameter

* refactor: handle provisioning

* refactor: marshal/unmarshal command/response

v0.9.6

Toggle v0.9.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add TPM2_GetTime Implementation (#409)

v0.9.5

Toggle v0.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add generalized support for Restricted Decryption operations (Activat…

…eCredential, Import, StartAuthSession) (#395)

* initial implementation of labeled KEM with credential and duplicate,
with test vectors

* add trailing newline to .gitallowed and update dockerfile deps

* revert changes to go.mod version and dockerfile

* fix lints

* improve test logging statement

* clean up copy paste errors in comments in testvectors.go

v0.9.4

Toggle v0.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add support for ECMQV (#399)

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Test Pub() and Priv() by exporting the key and signing/verifying from…

… software (#382)

* Add round-trip duplicate/import tests that exercise Pub and Priv

* Fix some test logging messages

* improve name of helper

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix KnownName() and Empty Buffer sequence handle Names (#371)

* Fix KnownName, add Sequence Handle name handling

* Fix RSADecrypt Name in test

* Relax HmacStart.Handle type

* Add additional comment context to change

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add HierarchyChangeAuth command (#357)

see definition in Part 3, Commands, section 24.8

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rely on go-tpm-tools @ 4639ecce2abad383ae6c5cbbc0eba5ba37abb05a (#332)

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add PCRReset command for tpm2 (#268)