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
Fix for `wolfTPM2_GetRng` not properly returning an initialized WC_RNG. More... almost 2 years ago
Fix the wolfSSL build instructions. More... almost 2 years ago
Fix for ECC encrypt secret integrity check failed due to zero pad issue. More... almost 2 years ago
Fix leading zero issue on verify. More... almost 2 years ago
Fix to make sure leading ECC sign leading zeros are removed when not required. More... almost 2 years ago
Cleanup KDF function return code checking to avoid scan-build warning. More... almost 2 years ago
Support ECC KeyGen for signing or derive based on callback context eccKey or ecdhKey population. More... almost 2 years ago
Merge pull request #310 from dgarske/csr_cryptocb_devid More... almost 2 years ago
Properly translate a TPM ECC signature verify error for compatibility. More... almost 2 years ago
Improve logic for finding TPM curve in ECC key generation. A call to wc_ecc_make_key can use curve_id 0 (to detect), but we can get it from the "dp". More... almost 2 years ago
Troubleshooting issues with socket `tcp bind failed: Address already in use`. More... almost 2 years ago
Improve the ECC key import scheme for signing. More... almost 2 years ago
Fixes for building wolfCrypt without PEM to DER support. More... almost 2 years ago
Allow import of wolf ECC marked as private only (`ECC_PRIVATEKEY_ONLY`). More... almost 2 years ago
Add TPM crypto callback support for RSA key generation. More... almost 2 years ago
Use a different (not default) devId for the CSR crypto callback. More... almost 2 years ago
Merge pull request #309 from night1rider/Jenkins-wolfTPM-example-fix More... almost 2 years ago
Adding error fix for Jenkins Test: nightly-wolfTPM-examples-V2 More... almost 2 years ago
Merge pull request #308 from tmael/use_crypto_e More... almost 2 years ago
Remove error-ssl.h More... almost 2 years ago
Merge pull request #306 from dgarske/rel_v3.0_prep More... almost 2 years ago
Added v3.0 release notes and updated version. More... almost 2 years ago
Fix some of the example TODO's. Fixes for seal/unseal example. Fixes for TLS with param enc. Fix signed_timestamp with ECC. More... almost 2 years ago
Fixes for using Windows TBS API. The `wolfTPM2_NVStoreKey` should return `TPM_RC_COMMAND_CODE` or `TPM_E_COMMAND_BLOCKED` for the `WOLFTPM_IS_COMMAND_UNAVAILABLE` macro. Add better enable option name `--enable-wintbs` (currently is `--enable-winapi`. More... almost 2 years ago
Merge pull request #307 from dgarske/csr_sigtype More... almost 2 years ago
Fixes for building wolfCrypt with no RSA (--disable-rsa / NO_RSA). More... almost 2 years ago
Add CI tests for CSharp wrappers. More... almost 2 years ago
Fix support for ECC 384-bit only support. Tested with: `./configure --enable-wolftpm CFLAGS="-DECC_USER_CURVES -DNO_ECC256 -DHAVE_ECC384" --disable-examples --disable-crypttests && make` More... almost 2 years ago
Add wrapper support for setting key usage (not just extended key usage). More... almost 2 years ago
Fix for trying to use a custom wolfTPM CSR `sigType`. The `csr->req.sigType` was being initialized to CTC_SHA256wRSA, and not allowing override. More... almost 2 years ago