5.4-rc0
Pre-release
Pre-release
williamcroberts
released this
28 Nov 21:36
·
116 commits
to master
since this release
5.4-rc0 - 2022-11-28
Added:
-
tpm2_policyrestart:
- Added option --cphash to output the cpHash for the command
TPM2_CC_PolicyRestart.
- Added option --cphash to output the cpHash for the command
-
tpm2_policynvwritten:
- Added option --cphash to output the cpHash for the command
TPM2_CC_PolicyNvWritten.
- Added option --cphash to output the cpHash for the command
-
tpm2_policylocality:
- Added option --cphash to output the cpHash for the command
TPM2_CC_PolicyLocality.
- Added option --cphash to output the cpHash for the command
-
tpm2_policycountertimer:
- Added option --cphash to output the cpHash for the command
TPM2_CC_PolicyCounterTimer.
- Added option --cphash to output the cpHash for the command
-
tpm2_policycommandcode:
- Added option --cphash to output the cpHash for the command
TPM2_CC_PolicyCommandCode.
- Added option --cphash to output the cpHash for the command
-
tpm2_policypassword:
- Added option --cphash to output the cpHash for the command
TPM2_CC_PolicyPassword.
- Added option --cphash to output the cpHash for the command
-
tpm2_policyauthvalue:
- Added option --cphash to output the cpHash for the command
TPM2_CC_PolicyAuthValue.
- Added option --cphash to output the cpHash for the command
-
tpm2_policyauthorize:
- Added option --cphash to output the cpHash for the command
TPM2_CC_PolicyAuthorize.
- Added option --cphash to output the cpHash for the command
-
tpm2_print:
- Support printing serialized ESYS_TR's
-
tpm2_create:
- Add a clarifying message to usage of
-c
when TPM2_CreateLoaded
is not supported.
- Add a clarifying message to usage of
-
tpm2_getcap:
- Add support for vendor agnostic capabilites. Requires tpm2-tss version 4.0
and higher to enable.
- Add support for vendor agnostic capabilites. Requires tpm2-tss version 4.0
-
Add a script, check_endorsement_cert.sh, to validate the endorsement
certificate chain. It takes two inputs - A TPM2B_PUBLIC format EKpublic and
a PEM format EKcertificate specified in that order as arguments.