Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New tools added to support commands: TPM2_CertifyCreation, TPM2_ChangeEPS, TPM2_ChangePPS, TPM2_ClockRateAdjust, TPM2_GetTime, TPM2_NV_Certify, TPM2_NV_Extend, TPM2_NV_Setbits, TPM2_NV_UndefineSpaceSpecial, TPM2_NV_Writelock, TPM2_PolicyAuthorizeNV, TPM2_PolicyAuthValue, TPM2_PolicyCounterTimer, TPM2_PolicyNameHash, TPM2_PolicyNV, TPM2_NV_Written, TPM2_PolicySigned, TPM2_PolicyTemplate, TPM2_PolicyTicket, TPM2_ReadClock, TPM2_ClockSet, TPM2_SetPrimaryPolicy, TPM2_Shutdown. * travis: bump abrmd version 2.3.0 * Bug fixes and additional options to existing tools. 1. tpm2_checkquote: Fix YAML bug 2. tpm2_policysecret: Add options to specify expiration, ticket, timeout, qualification data. 3. tpm2_create/ tpm2_createprimary: Add options to specify creation-data, creation-ticket, creation-hash, outside-info, pcr-list 4. Skip/notify of action that man pages will not install if pandoc is missing. 5. Support "tpmt" as public key output format that saves the TPMT structure. 6. Add support for specifying NV index type when specifying NV attributes. 7. Fixed routine files_load_bytes_from_buffer_or_file_or_stdin where it can read one short of a UINT16 and overflow when buffer isn't a UINT16. 8. Fix precedence issue with bitwise operator order int tpm2_getcap 9. tpm2_util.c: Fix an issue int variable size was checked against uint 10. pcr.c: Fix buffer length issue to support all defined hash algorithm Signed-off-by: Imran Desai <imran.desai@intel.com>
- Loading branch information