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

FAPI: Fix unneeded encryption 3.2.x #2684

Commits on Aug 15, 2023

  1. FAPI: Fix unneeded encryption 3.2.x

    A second session for encryption can only be used if the command
    has TPM2B parameters which can be encrypted. If no such parameter
    exists the TPM produces an error.
    The call of the macro ENC_SESSION_IF_POLICY is replaces with
    ESYS_TR_NONE in these cases.
    
    Signed-off-by: Juergen Repp <juergen_repp@web.de>
    JuergenReppSIT committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3b813b0 View commit details
    Browse the repository at this point in the history