Skip to content

tpm2_certify: allow setting of (or empty) qualifying data #3489

@AndreasFuchsTPM

Description

@AndreasFuchsTPM

Currently, qualifying data for the return blob is hard coded:

TPM2B_DATA qualifying_data = {
.size = 4,
.buffer = { 0x00, 0xff, 0x55,0xaa },
};

This should be either empty or settable by CLI parameters.

If we decide to switch to empty by default, this will be a breaking change !

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions