Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Release includes minor bug fixes and new features such as TPM provisioning of IDevID/IAK, improved capabilities parsing, new TPM2_Certify example, new wolfTPM2_CreatePrimaryKey_ex API for creation ticket and tested support with Nations NS350 TPM.
Detail
TPM2_SetupPCRSel
and added test cases. (PR Fixes for PCR selection and keygen with-sym=
option #372)RC_WARN
error codes (broken in commit f983525). (PR Proper fix for the RC_WARN error codes #378)-sym=
argument. (PR Fixes for PCR selection and keygen with-sym=
option #372)/dev/tpm0
(PR Various improvements for/dev/tpm0
#366)examples/keygen/create_primary
. (PR Added example for TPM2_Certify #369)TPM2_Certify
(see examples/attestation/certify) (PR Added example for TPM2_Certify #369)wolfTPM2_CreatePrimaryKey_ex
andWOLFTPM2_PKEY
that supports returning creation ticket/hash. (PR Added example for TPM2_Certify #369)--enable-provisioning
on by default). (PR Added example for TPM2_Certify #369)examples/wrap/caps
) (PR Tested support for Nations NS350 and added simple capabilities example #382)-alg
argument for PCR extend (PR Add support for TPM2_GetCapability for TPM_CAP_PCRS. #383)TPM2_GetTpmHashType
(PR Helper to get wolfCrypt hash type #384)wolfTPM2_PolicyHash
(PR Added example for TPM2_Certify #369)/dev/tpm0
permissions (PR Various improvements for/dev/tpm0
#366)WOLFTPM_MFG_IDENTITY
(PR Improve the TPM TLS examples for use withWOLFTPM_MFG_IDENTITY
#376)handle
/nvIndex
string parsing to usestrtoul
. (PR Added example for TPM2_Certify #369)/dev/tpm0
#366 / PR Minor documentation fixes #373)