0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 23 hours ago.
Mar 05, 2025 — Mar 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #464 from aidangarske/add-seal-test-ci More... 6 days ago
Merge pull request #465 from aidangarske/fix-coverity-2-27 More... 6 days ago
Fix H-35, M-74, M-75 for wolfTPM More... 6 days ago
use WOLFCRYPT_ENABLE when testing without WC More... 7 days ago
1. .github/workflows/seal-test.yml — Pin actions/chec...@master → @v4 for supply-chain safety. Add explicit ref: master for wolfSSL, no ref for ibmswtpm2 (matches other workflows). 2. examples/seal/seal_policy_auth.c — Clarify header comment: no pre-existing key needed, but authkey.bin must be retained for unseal. 3. examples/seal/seal_test.sh - Add || return 1 to setup_pcr/change_pcr extend calls - Use grep -F -q -- for fixed-string secret matching - Add 6 new param enc tests (3.4a-c XOR, 3.5a-c AES) for seal_nv 4. examples/nvram/seal_nv.c — Implement real parameter encryption: - Add paramEncSession (separate from tpmSession to avoid conflict) - Start unsalted HMAC session with XOR/AES-CFB - Place on session slot 2 (slot 1 is used internally by NVWriteData for NV handle auth) - Clean up session in exit path 5. examples/run_examples.sh — Add seal_nv XOR param encryption integration test More... 7 days ago
Add seal/unseal examples with PCR, PolicyAuthorize, and NV policies More... 7 days ago
Merge pull request #463 from aidangarske/fix-coverity-2-25 More... 7 days ago
Add check for dig here More... 7 days ago
Add free hash here More... 7 days ago
Address minor feedback More... 8 days ago
Fix coverity scan issues in wolfTPM More... 8 days ago
Merge pull request #461 from aidangarske/fix-fenrir-wolftpm More... 9 days ago
Fix Fenrir Issues in wolfTPM More... 9 days ago
Merge pull request #462 from jackctj117/CONTENT_SIZE More... 9 days ago
Merge pull request #460 from aidangarske/fix-issue-457 More... 9 days ago
Fix MAX_CONTEXT_SIZE stack buffer in CSR PEM conversion using heap allocation for small stack builds More... 10 days ago
Add auto detection on linux More... 10 days ago
Merge pull request #450 from jackctj117/cert-callback More... 10 days ago
Address PR review feedback: add WOLFSSL_CERT_SIGN_CB guards, input validation, SKID extension, and -signcb example option More... 13 days ago
Merge pull request #459 from aidangarske/pr-455-coverity More... 13 days ago
Fix CI failures More... 13 days ago
Remove redundant rc changes More... 13 days ago
Improve error logging when wolfTPM2_Init fails More... 13 days ago
isPolicyDigest only declared in DEBUG_WOLFTPM More... 14 days ago
Fix coverity DEADCODE CID 900621 More... 14 days ago
Added CI test for WOLFSSL_CERT_SIGN_CB More... 14 days ago
Merge pull request #455 from dgarske/ek_certs More... 14 days ago
Peer review fixes More... 14 days ago
Improve get_ek_certs to handle indices More... 16 days ago
Unused keyType variable fix More... 16 days ago