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

New Nuget version, please #138

Open
Falven opened this issue Apr 5, 2022 · 1 comment
Open

New Nuget version, please #138

Falven opened this issue Apr 5, 2022 · 1 comment

Comments

@Falven
Copy link

Falven commented Apr 5, 2022

Could somebody publish a new Nuget version off master so that TSS.NET LinuxTpmDevice does not print these to STDOUT unconditionally?

AbrmdWrapper: Got pointer to TctiProvInfo from abrmd!
AbrmdWrapper: Unmarshaled TctiProvInfo
AbrmdWrapper: Initial call to tcti_init_fn() returned 0; ctxSize = 128
AbrmdWrapper: Successfully initialized TCTI ctx
AbrmdWrapper: Unmarshaled TCTI_CTX
Closing TCTI conn
TCTI conn closed!
AbrmdWrapper: Got pointer to TctiProvInfo from abrmd!
AbrmdWrapper: Unmarshaled TctiProvInfo
AbrmdWrapper: Initial call to tcti_init_fn() returned 0; ctxSize = 128
AbrmdWrapper: Successfully initialized TCTI ctx
AbrmdWrapper: Unmarshaled TCTI_CTX

https://www.nuget.org/packages/Microsoft.TSS/

Seems even in the latest master there is still unconditional writing to STDOUT:

LinuxTpmDevice.cs:265-267

Closing TCTI conn
TCTI conn closed!
Closing TCTI conn
TCTI conn closed!

Should comment that out as well...
Ideally a verbose flag is in order.

@veikkoeeva
Copy link

Cross-referencing to #101.

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

2 participants