ctrlx-automation-sdk
ctrlx-automation-sdk copied to clipboard
Bump github.com/google/go-tpm from 0.9.0 to 0.9.1 in /samples-go/tpm2.srk
Bumps github.com/google/go-tpm from 0.9.0 to 0.9.1.
Release notes
Sourced from github.com/google/go-tpm's releases.
v0.9.1
This release adds a few new commands to the "direct" (non-legacy) interface, including:
- EvictControl
- HMAC_Start
- ObjectChangeAuth
- Duplicate
- TestParms
- HierarchyChangeAuth
Many thanks to our contributors!
What's Changed
- Remove temporary
.swp
file by@hslatman
in google/go-tpm#333- chore: remove refs to deprecated io/ioutil by
@testwill
in google/go-tpm#334- feat: tpm2.EvictControl by
@jclab-joseph
in google/go-tpm#338- tpm2: Implement TPM2_Import by
@Foxboron
in google/go-tpm#341- Allow callers to omit handles from commands when RH_NULL by
@chrisfenner
in google/go-tpm#344- Introduce helper for formatting PCR selection bitmasks by
@chrisfenner
in google/go-tpm#345- Fix the mistake of signature algorithm number by
@akakou
in google/go-tpm#349- Add TPM2_HMAC_Start implementation by
@nckrss
in google/go-tpm#351- Bump go to 1.22 and golangci-lint to 1.56.2 by
@nckrss
in google/go-tpm#353- Implement TPM2_ObjectChangeAuth by
@Foxboron
in google/go-tpm#354- Implement TPM2_Duplicate by
@rthellend
in google/go-tpm#355- feat: TPM2_RSA_Encrypt and TPM2_RSA_Decrypt by
@dflamand
in google/go-tpm#356- tpm2: Implement TPM2_TestParms by
@Foxboron
in google/go-tpm#352- tpm2: Add RSADecryptWithSession by
@thomasten
in google/go-tpm#314- feat: add HierarchyChangeAuth command by
@novag
in google/go-tpm#357New Contributors
@hslatman
made their first contribution in google/go-tpm#333@testwill
made their first contribution in google/go-tpm#334@Foxboron
made their first contribution in google/go-tpm#341@nckrss
made their first contribution in google/go-tpm#351@rthellend
made their first contribution in google/go-tpm#355@dflamand
made their first contribution in google/go-tpm#356@thomasten
made their first contribution in google/go-tpm#314@novag
made their first contribution in google/go-tpm#357Full Changelog: https://github.com/google/go-tpm/compare/v0.9.0...v0.9.1
Commits
58e3e47
feat: add HierarchyChangeAuth command (#357)5c2f088
tpm2: Add RSADecryptWithSession (#314)1fb8444
tpm2: Implement TPM2_TestParms (#352)cfdeb6e
feat: TPM2_RSA_Encrypt and TPM2_RSA_Decrypt (#356)48897af
Implement TPM2_Duplicate (#355)dac860f
Implement TPM2_ObjectChangeAuth (#354)6b2397c
Bump go to 1.22 and golangci-lint to 1.56.2 (#353)08987ce
Add TPM2_HMAC_Start implementation (#351)638c2b8
Fix the mistake of signature algorithm number (#349)ee6cbcd
Introduce helper for formatting PCR selection bitmasks (#345)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)