Update README, add Espressif details#354
Merged
dgarske merged 1 commit intowolfSSL:masterfrom May 14, 2024
Merged
Conversation
dgarske
approved these changes
May 14, 2024
aidangarske
added a commit
to aidangarske/wolfTPM
that referenced
this pull request
Mar 21, 2026
… #550, #551, #552, #881, #882, #887 - wolfSSL#342: Add ForceZero for rsaKey/rng in wolfTPM2_EncryptSecret_RSA - wolfSSL#354: Reorder NULL checks in wolfTPM2_EncryptSecret - #539: Fix incorrect ASN.1 version tag validation in TPM2_ASN_DecodeX509Cert - #540: Add buffer size check in tpm2_ifx_cap_vendor_get - #548: Add ForceZero for inPad in wolfTPM2_PK_RsaSign - #549: Fix integer overflow in wolfTPM2_UnloadHandles loop - #550: Add minimum size check in TPM2_ASN_RsaUnpadPkcsv15 - #551: Limit multi-byte ASN.1 length to 3 bytes in TPM2_ASN_GetLength_ex - #552: Add NULL checks for out/outSz in wolfTPM2_ExportPublicKeyBuffer - #881: Remove dead code in wolfTPM2_NVCreateAuthPolicy - #882: Fix printf format specifier (0x%d -> 0x%x) in wolfTPM2_NVCreateAuthPolicy - #887: Add bounds check for GPIO config count in TPM2_GPIO_Config
aidangarske
added a commit
to aidangarske/wolfTPM
that referenced
this pull request
Mar 21, 2026
… #550, #551, #552, #881, #882, #887 - wolfSSL#342: Add ForceZero for rsaKey/rng in wolfTPM2_EncryptSecret_RSA - wolfSSL#354: Reorder NULL checks in wolfTPM2_EncryptSecret - #539: Fix incorrect ASN.1 version tag validation in TPM2_ASN_DecodeX509Cert - #540: Add buffer size check in tpm2_ifx_cap_vendor_get - #548: Add ForceZero for inPad in wolfTPM2_PK_RsaSign - #549: Fix integer overflow in wolfTPM2_UnloadHandles loop - #550: Add minimum size check in TPM2_ASN_RsaUnpadPkcsv15 - #551: Limit multi-byte ASN.1 length to 3 bytes in TPM2_ASN_GetLength_ex - #552: Add NULL checks for out/outSz in wolfTPM2_ExportPublicKeyBuffer - #881: Remove dead code in wolfTPM2_NVCreateAuthPolicy - #882: Fix printf format specifier (0x%d -> 0x%x) in wolfTPM2_NVCreateAuthPolicy - #887: Add bounds check for GPIO config count in TPM2_GPIO_Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add details regarding Espressif ESP-IDF support added in #351
Minor cleanup & polish.