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

fixed TCSP_LoadKeyByUUID_Internal() for TPM v1.2 #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

srajiv
Copy link
Owner

@srajiv srajiv commented Feb 16, 2012

No description provided.

Roberto Sassu and others added 3 commits February 14, 2012 13:28
This patch adds the necessary code in Tspi_Context_LoadKeyByUUID() for
determining the correct loadkey ordinal (it depends on the TPM version).
This information is used later in the function secret_PerformAuth_OIAP()
to set the authentication data in the TCS_LOADKEY_INFO structure, needed
to load the parent key.

Signed-off-by: Roberto Sassu <[email protected]>
The TCSP_LoadKeyByUUID_Internal() function has been fixed for TPM v1.2 by
determining the correct TPM ordinal to be used for the key load operation
and by replacing TCSP_LoadKeyByBlob_Internal() with
LoadKeyByBlob_Internal(), which takes the ordinal as argument.

Signed-off-by: Roberto Sassu <[email protected]>
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.

1 participant