
30 Mar
2018
30 Mar
'18
12:42 a.m.
Hi Miquel,
On 29 March 2018 at 15:44, Miquel Raynal miquel.raynal@bootlin.com wrote:
Add support for the TPM2_PCR_SetAuthPolicy and TPM2_PCR_SetAuthValue commands.
Change the command file and the help accordingly.
Note: These commands could not be tested because the TPMs available do not support them, however they could be useful for someone else. The user is warned by the command help.
You should be able to test them by adding sandbox support.
Signed-off-by: Miquel Raynal miquel.raynal@bootlin.com
cmd/tpm.c | 49 +++++++++++++++++++++++++++ include/tpm.h | 29 ++++++++++++++++ lib/tpm.c | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 184 insertions(+)
Regards, Simon