Bump golang.org/x/crypto in the go_modules group across 1 directory (#37)
Bumps the go_modules group with 1 update in the / directory: golang.org/x/crypto.
Updates
golang.org/x/cryptofrom 0.31.0 to 0.35.0
updated-dependencies:
- dependency-name: golang.org/x/crypto dependency-version: 0.35.0 dependency-type: indirect dependency-group: go_modules …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
go-tspi - Go bindings and support code for libtspi and tpm communication
This is a library providing a set of bindings for communication between code written in Go and libtspi, the library responsible for providing a TPM control interface. It consists of the following components:
tspi
The tspi bindings for Go. These are a low-level interface intended for use by people writing new TPM-using applications in Go. Code using these bindings must run on the same system as the TPM. For example:
attestation and verification
Helper functions for performing attestation-related tasks
tpmd
Daemon for performing certain TPM operations at a higher level API or via a network. Takes the listening port number as the only argument.
tpmclient
Library for client applications communicating with tpmd. Avoids the need for individual applications to care about TSPI context or resource lifecycles themselves.