You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
testutil: Add ResetTPMSimulatorNoStartup to TPMSimulatorTest suite
This is like the existing ResetTPMSimulator except it omits the
TPM2_Startup command after resetting the simulator.