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

Save the key context outside of the TPM #4

Open
Foxboron opened this issue Apr 24, 2023 · 0 comments
Open

Save the key context outside of the TPM #4

Foxboron opened this issue Apr 24, 2023 · 0 comments

Comments

@Foxboron
Copy link
Owner

Since TPM keys are deterministic we can actually save the key context outside of the TPM isntead of a persistent handle. This saves resources on the limited hardware with the downside that the host is storing a blob.

Would need to use tpm2.ContextSave instead of tpm2.EvictControl without key handle. Then we need to use tpm2.ContextLoad before using the key again.

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