0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 11, 2024 — Oct 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #427 from dgarske/zd20237 More... 3 months ago
Remove a duplicate `MAX_ECC_KEY_BYTES`. Add comment for why `MAX_RSA_KEY_BYTES` uses (times 2). Fix LABEL_MAX_BUFFER. Add better defaults for SLB9672/SLB9673. More... 3 months ago
Fix for line length issues (did not touch functions or comments that exceed 80). Fix for missing brace with `WOLFTPM_USE_SYMMETRIC` and added test for it. More... 3 months ago
Implement an address sanitizer test. Fix some of the configurable limit defaults. More... 3 months ago
Fix for HASH_COUNT (make sure its at least 2 by default). Fix for `TPM2_GetWolfRng` to ensure NULL is set on RNG init error. More... 3 months ago
A few more cleanups and checks around `TPM2_GetHashDigestSize`. More... 3 months ago
Fix RSA encrypt/decrypt buffer size check logic. More... 3 months ago
Fix possible buffer overrun issues. Specifically issues with exporting RSA keys where the wolfCrypt max key size doesn't match what TPM supports. ZD 20237. More... 3 months ago
Merge pull request #426 from dgarske/hash_count More... 3 months ago
Improve the detection of maximum HASH_COUNT. ZD 20193. More... 3 months ago
Merge pull request #425 from dgarske/swtpm_docs3 More... 3 months ago
Minor documentation fix. More... 3 months ago
Merge pull request #424 from dgarske/swtpm_docs2 More... 3 months ago
Peer review cleanups. More... 3 months ago
Further cleanups More... 3 months ago
Added TCG TPM to the SWTPM documentation. Various document cleanups. More... 3 months ago
Merge pull request #422 from dgarske/hmac_persist_key More... 3 months ago
Merge pull request #423 from LinuxJedi/ar-bug More... 3 months ago
Fix bug in configure.ac which breaks in Alpine More... 3 months ago
Fix for session index in `hmac -aes` test. More... 4 months ago
Fix wrap_test and provide backwards compatibility for `wolfTPM2_HmacStart` -> `wolfTPM2_LoadKeyedHashKey`. More... 4 months ago
Example for HMAC with persistent key. ZD 20109. More... 4 months ago
Merge pull request #421 from dgarske/cryptocb_nokey More... 4 months ago
Add support for the crypto callback `WC_PK_TYPE_RSA_GET_SIZE`. More... 4 months ago
Fix for WC_RNG change to add `pid_t`. Add detection of `HAVE_GETPID`. More... 4 months ago
Fix for crypto callback if called and no TPM key is setup (fallback to software). More... 4 months ago
Merge pull request #420 from dgarske/cmake_threadls More... 4 months ago
Fix CMake logic for `WOLFTPM_NO_ACTIVE_THREAD_LS`. ZD 19829 More... 4 months ago
Merge pull request #419 from dgarske/parsepubsz More... 4 months ago
Cleanups for make_credential and `keygen -rsa` test case More... 4 months ago