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
On startup, it listens on port 2321, tpm2_startup -c is sent to start the TPM from the command line. Trace.txt contains the following messages at that point. No other information is recorded. Other commands, eg: tpm2_pcrread all work with the appropriate flag.
Output from tpm_server:
tpmsim/src$ ./tpm_server -v
LIBRARY_COMPATIBILITY_CHECK is ON
Starting ACT thread...
TPM command server listening on port 2321
Platform server listening on port 2322
Command IPv4 client accepted
Unrecognized TPM interface command 80010000
TPM command server listening on port 2321
The Go code contains the following. The import contains: "github.com/google/go-tpm/legacy/tpm2". I wrote a wrapper around OpenTPM to allow use on Unix and Windows (and support the use of socket + devices on the former).
NB: I am still using the tpm2 legacy commands
IBM Software TPM: tpm_server is v1682
On startup, it listens on port 2321, tpm2_startup -c is sent to start the TPM from the command line. Trace.txt contains the following messages at that point. No other information is recorded. Other commands, eg: tpm2_pcrread all work with the appropriate flag.
Output from tpm_server:
tpm_server trace.txt
Command to start TPM
$ tpm2_startup -c -T mssim:host=localhost,port=2321
The Go code contains the following. The import contains: "github.com/google/go-tpm/legacy/tpm2". I wrote a wrapper around OpenTPM to allow use on Unix and Windows (and support the use of socket + devices on the former).
OpenTPM is as follows:
The parameter to OpenTPM being passed is "0.0.0.0:2321"
tpm_simulator (as above) reports
Command IPv4 client accepted
Unrecognized TPM interface command 80010000
The text was updated successfully, but these errors were encountered: