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

Add more TPM helper functions #185

Merged
merged 1 commit into from
Apr 20, 2021
Merged

Conversation

lkatalin
Copy link
Contributor

These are useful for the future identity quote code.

src/tpm.rs Outdated
.set(algo, pubkey.rsa()?.public_key_to_pem()?.try_into()?);
Ok(keydigest)
}
_ => unimplemented!(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as other PR review, this will panic so we might want some error handling for this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I've changed it to an error.

Signed-off-by: Lily Sturmann <[email protected]>
@lkatalin lkatalin merged commit f609525 into keylime:master Apr 20, 2021
@lkatalin lkatalin deleted the tpmhelpers branch July 16, 2021 17:14
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

Successfully merging this pull request may close these issues.

4 participants