0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Oct 07, 2024 — Oct 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
wolfTPM Support for sealing/unsealing based on a PCR that is signed externally. Use an external key to sign a PCR digest. Allows a new signed policy to be sent with updates to continue allowing a sealed secret to be unsealed when PCR's change. This resolves the issue with PCR brittleness. More... about 2 years ago
Merge pull request #293 from dgarske/various_20230818 More... about 2 years ago
Fixed bad printf. Don't error on unknown `TPM2_GetCapability` type. More... about 2 years ago
Merge pull request #292 from dgarske/secure_rot4 More... about 2 years ago
Fix for `wolfTPM2_ImportPublicKeyBuffer` use of non-existent arg "pass". More... about 2 years ago
Properly print NULL bin. More... about 2 years ago
Fix for public key API when missing `WOLFSSL_PUB_PEM_TO_DER`. More... about 2 years ago
Merge pull request #291 from dgarske/secure_rot3 More... about 2 years ago
Fix custom -nvIndex= argument. More... about 2 years ago
Improvements to the secure_rot example. Add support for manually placing hash. More... about 2 years ago
Merge pull request #290 from dgarske/publickey_import More... about 2 years ago
Improve SRK ECC support detection / handling. More... about 2 years ago
Support for importing and loading public ECC/RSA keys formatted as PEM or DER. More... about 2 years ago
Merge pull request #289 from dgarske/secure_rot2 More... about 2 years ago
Avoid using heap (malloc/free) for ecc_point. More... about 2 years ago
Fix for wolfTPM2_EncryptSecret to not loose error code. More... about 2 years ago
Merge pull request #276 from dgarske/secure_rot More... about 2 years ago
Fix for handling session without HMAC key (no bind / no auth) - don't set session salt. More... about 2 years ago
Add support for encrypting secret using ECC key. Allows using ECC for parameter encryption and importing ECC keys with custom seed. Requires https://github.com/wolfSSL/wolfssl/pull/6683 More... about 2 years ago
Fixes for building with `NO_HMAC`. More... about 2 years ago
Merge pull request #288 from dgarske/ext_imp_test More... about 2 years ago
Merge pull request #287 from lealem47/stm32cube More... about 2 years ago
Address more feedback More... about 2 years ago
Address feedback More... about 2 years ago
Improve docs More... about 2 years ago
Cleanup wrapper function order/groups. Make `wolfTPM2_ChangePlatformAuth` session optional. More... about 2 years ago
Add code to test external import between two TPM's. More... about 2 years ago
Added `wolfTPM2_ChangePlatformAuth` wrapper to help set the platform auth. This is useful from the bootloader to make sure no one can use the platform hierarchy from application. More... about 2 years ago
Sanitize the IO TX/RX buffers (make sure they are zero initialized). More... about 2 years ago
Adding STM23 Expansion Pack More... about 2 years ago