tracefinder

Results 8 comments of tracefinder

Hi there! These posts are a good introduction in remote attestation (in case anyone needs): - https://tpm2-software.github.io/tpm2-tss/getting-started/2019/12/18/Remote-Attestation.html - https://tpm2-software.github.io/2020/06/12/Remote-Attestation-With-tpm2-tools.html - https://ericchiang.github.io/post/tpm-keys/ - this one is for golang Remote attestation is...

@williamcroberts Thank you for extensive description of possible solutions. I'll try to use interoperability feature first. Personally, I don't want to execute external scripts from my program. That's why, I...

Confirm the issue on Manjaro with tpm2-pkcs11 1.9.0-1

BTW, there is the second PR aimed to solve the problem - https://github.com/tpm2-software/tpm2-pkcs11/pull/858 I believe a fork is the last resort option in case the project is dead. @williamcroberts could...

I guess opensuse-leap has the same issue as in https://github.com/tpm2-software/tpm2-pkcs11/pull/808#issuecomment-1398563650

@williamcroberts sorry for bothering you. Could you take a look at this PR? It's not big.

Hi! I got the same problem. Keys are created with golang (mostly based on https://ericchiang.github.io/post/tpm-keys/). For my needs I use `link` command, but get the following error ``` Stderr: Traceback...

@williamcroberts could you, please, make it more clear? I'm trying to get the idea behind working only with a null scheme. I see that `genmechs()` just lists available TPM algorithms...