269816454eEFR32xG25 Secure Element example for wolfSSL PR 11267: wolfCrypt test, benchmark and TLS 1.3
David Garske
2026-09-09 10:56:10 -0700
ef8181959epuf: fix transmit-only UART HAL and add an interactive INTERACTIVE=1 demo mode
David Garske
2026-08-31 10:39:33 -0700
49cf1b5376ocsp_nonblock: drop the curl shell command and rework both OCSP clients The plain client fetches the live www.digicert.com certificate itself and runs the non-blocking OCSP check with wolfSSL's own HTTP helpers, so no URL from a certificate ever reaches a shell. Both clients resolve the responder once, refuse loopback, private and link-local addresses, and connect to the address they checked. The cert fetch, the TCP connect, the handshake and the OCSP lookup each run non-blocking against a deadline so a stalled peer fails instead of hanging. The async client reads the OCSP reply in one parser call through a receive callback that waits against that deadline. The README and CI manifest gain a dedicated ocsp-nonblock build profile with the responder screening flag.
night1rider
2026-09-09 17:26:53 -0600
dc62bf4bcaRun the chain verify callback example against master only
Juliusz Sosinowicz
2026-09-08 13:14:50 +0000
42173d0bbaFix cleanup ordering and error paths in the chain verify example
Juliusz Sosinowicz
2026-09-08 12:59:45 +0000
eb6d9c9208Run the chain verify callback example in CI
Juliusz Sosinowicz
2026-09-08 12:04:59 +0000
3114723cb2Add chain verify callback example
Juliusz Sosinowicz
2026-09-03 17:47:22 +0000
Add CI that builds and runs every example (#598)
Aidan Garske
2026-07-23 09:07:06 -0700
f86683ffaaAssert every make check by exit code and captured output instead of a pipefail grep so they hold under BSD make
aidan garske
2026-07-22 17:54:36 -0700
4086620346Feed the wolfHSM client its stdin so run_client actually exchanges data
aidan garske
2026-07-22 17:40:40 -0700
0b24d8acc9Check DER certificates and CRLs in the expiry canary too
aidan garske
2026-07-22 17:40:40 -0700
b302438626Run pkcs7 signedData stream through make check so it asserts the real verify result
aidan garske
2026-07-22 17:40:40 -0700
fd9727cea0Assert the static memory checks by exit code instead of a pipefail grep that BSD make lacks
aidan garske
2026-07-22 17:40:40 -0700
78e628a6cdReturn nonzero from rsa-kg on any key generate or write failure
aidan garske
2026-07-22 17:40:40 -0700
3f974198e8Return nonzero from pkcs12-create-example on a failed create so the check is not a false pass
aidan garske
2026-07-22 17:40:40 -0700
8b20297566Assert the actual verify result in the pkcs7 and rsa-nb checks
aidan garske
2026-07-22 13:02:15 -0700
a629a78b67Skip uefi-static in the lint make -n loop so it does not clone
aidan garske
2026-07-22 12:59:10 -0700
c11774d6f2Give the tpm manifest entry a run step so it asserts output
aidan garske
2026-07-22 12:59:10 -0700
818d1cd3d2Fix four make check assertions that misfired under pipefail
aidan garske
2026-07-22 12:59:10 -0700
4871c147aaMigrate the single-entry exec examples to mode check and fold their inputs into the check targets
aidan garske
2026-07-22 12:41:59 -0700
2024add299Wire the harness to run make check for mode check examples starting with ecc
aidan garske
2026-07-22 12:33:18 -0700
5edb6f14cbMake example check targets catch real failures with pipefail exit checks and inputs
aidan garske
2026-07-22 12:19:21 -0700
5ea19d3174Select valgrind by caller_run_id since event_name is the caller under workflow_call
aidan garske
2026-07-22 12:19:21 -0700
0601ffdbf5Run push CI on master only so a PR branch does not double-trigger
aidan garske
2026-07-22 10:16:46 -0700
320e6c97a8Add a codespell spellcheck pass to the lint job
aidan garske
2026-07-22 10:16:46 -0700