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

Commits on Feb 14, 2012

  1. trousers: fixed Tspi_Context_LoadKeyByUUID() function

    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]>
    Roberto Sassu authored and srajiv committed Feb 14, 2012
    Configuration menu
    Copy the full SHA
    97ac394 View commit details
    Browse the repository at this point in the history
  2. Added missing 1.1/1.2 LoadKey multiplexing

    Signed-off-by: Rajiv Andrade <[email protected]>
    srajiv committed Feb 14, 2012
    Configuration menu
    Copy the full SHA
    0f409a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2012

  1. trousers: fixed TCSP_LoadKeyByUUID_Internal() for TPM v1.2

    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]>
    Roberto Sassu authored and srajiv committed Feb 15, 2012
    Configuration menu
    Copy the full SHA
    d37101b View commit details
    Browse the repository at this point in the history