Skip to content

Tags: canonical/go-tpm2

Tags

v1.11.1

Toggle v1.11.1's commit message
policyutil: Make PolicySignedParams use the CpHash interface

v1.11.0

Toggle v1.11.0's commit message
policyutil: Reintroduce CpHash and NameHash interfaces and use them i…

…n PolicyBuilder

v1.10.1

Toggle v1.10.1's commit message
Revert "testutil: improve error messaging when resetting the simulator"

This reverts commit 389b7df.

v1.10.0

Toggle v1.10.0's commit message
testutil: remove the ReuseTransport API, as it's not really needed

v1.9.0

Toggle v1.9.0's commit message
testutil: Add Transport.ReuseTransport

This adds a ReuseTransport method to the Transport implementation to
permit the underlying transport to be rewrapped with the same
permissions in the event that SetKeepUpderlyingTransportOpenOnClose
is used.

v1.8.0

Toggle v1.8.0's commit message
testutil: add a maxOpen argument to NewTransportBackedDevice

v1.7.7

Toggle v1.7.7's commit message
errors: Add CommandCode method to all errors

v1.7.6

Toggle v1.7.6's commit message
Add support for TPM2_PCR_Allocate

This adds test for the actual command and in testutil. Whilst it's not
expected that this code will be used in production, adjusting the PCR
allocation in unit test code that uses the simulator is a valid use
case.

v1.7.5

Toggle v1.7.5's commit message
testutil: Add ResetTPMSimulatorNoStartup to TPMSimulatorTest suite

This is like the existing ResetTPMSimulator except it omits the
TPM2_Startup command after resetting the simulator.

v1.7.4

Toggle v1.7.4's commit message
mssim: the default locality should be 0