tpm2-tools
tpm2-tools copied to clipboard
tpm2_certify: allow setting of (or empty) qualifying data
Currently, qualifying data for the return blob is hard coded:
https://github.com/tpm2-software/tpm2-tools/blob/b4bf516d4c5c798d1ad7b0921906e8a1650a4b86/tools/tpm2_certify.c#L79-L82
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 !