Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make simulator available over TCP (the same as original mssim) #92

Open
anatol opened this issue Oct 18, 2020 · 0 comments
Open

Make simulator available over TCP (the same as original mssim) #92

anatol opened this issue Oct 18, 2020 · 0 comments

Comments

@anatol
Copy link

anatol commented Oct 18, 2020

simulator is a nice package that makes it easy to use it in tests. It works great for tests that need access from a golang app. But some integration tests use external tools to operate with TPM chip (e.g. clevis uses tpm-tools to seal passwords).

tpm-tools is a widely used tool. It allows to specify different locations for the TPM chip/simulator. e.g. export TPM2TOOLS_TCTI="mssim:host=localhost,port=2321" will make it work with the MS simulator.

It would be great if the simulator had an option to enable the TCP protocol for communication with the chip. It will allow to use utilities based on tpm-tools in the tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant