9elements / tpmtool

A Linux only tool for TPM interaction
https://www.tpmtool.org
BSD 3-Clause "New" or "Revised" License
35 stars 11 forks source link

Upgrade go-tpm to 0.3.2 #15

Closed orangecms closed 3 years ago

orangecms commented 3 years ago

This required some adjustments:

# github.com/9elements/tpmtool/pkg/tpm
../../pkg/tpm/tpm1.go:140:28: cannot use locality (type byte) as type tpm.Locality in argument to tpm.Seal
../../pkg/tpm/tpm1.go:160:30: cannot use locality (type byte) as type tpm.Locality in argument to tpm.Reseal

Edit: done :)

resolves #12