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 TPM raw handle support #462

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Conversation

isergieienkov
Copy link
Contributor

No description provided.

@isergieienkov isergieienkov force-pushed the feature/raw_handle branch 3 times, most recently from cca8e40 to 31d64c0 Compare September 28, 2023 17:04
@isergieienkov isergieienkov force-pushed the feature/raw_handle branch 2 times, most recently from 9d7b0b4 to 9de47c6 Compare October 16, 2023 16:25
uri_error!("could not load tpm keypair on path {path}: {err:?}")
})?;
let keypair = match key_access {
"esys" => tpm::KeypairHandle::from_key_handle(
Copy link
Contributor

Choose a reason for hiding this comment

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

What led you to add this match if you're only matching on esys? Is there another key_access that isn't being handled?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ah. there were 3 different options before I removed old FAPI

@madninja madninja merged commit 94a8229 into helium:main Oct 16, 2023
10 of 11 checks passed
This pull request was closed.
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.

3 participants