Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
This LGTM. FYI @chrisfenner is working on a refactor of the API, which you may be interested in. https://github.com/google/go-tpm/tree/tpmdirect. We have 1:1 parameter mapping and support for most commands (with an easy route to adding new commands). We are planning a stable release at that point. As part of the tpmdirect work, we plan on deprecating the current tpm2 package. @chrisfenner are we planning on accepting new contributions to the legacy package? |
|
Can this be rebased to main and merged? |
I need to use RSADecrypt with a PCR policy. I added RSADecryptWithSession similar to the already existing ...WithSession funcs.