wolfssl-examples/hsm
Marco Oliverio c586428531
wolfHSM: add DTLS client example that uses HSM as cryptographic back end (#555)
* wolfHSM: add DTLS client that uses HSM as cryptographic backend

* address reviewer's comment

* dtls client improvements
2026-07-22 08:37:34 -06:00
..
dtls_client wolfHSM: add DTLS client example that uses HSM as cryptographic back end (#555) 2026-07-22 08:37:34 -06:00
README.md wolfHSM: add DTLS client example that uses HSM as cryptographic back end (#555) 2026-07-22 08:37:34 -06:00

README.md

wolfHSM Examples

Examples demonstrating wolfSSL integration with wolfHSM, a portable Hardware Security Module (HSM) framework.

Examples

DTLS Client (dtls_client/)

DTLS client with HSM-backed cryptography. Private keys stay on the HSM.

Quick start (from the wolfssl-examples repository root):

cd hsm/dtls_client
make download_repos
make all
# Then run each component in separate terminals (see README)

See dtls_client/README.md for details.

Support

For questions please email support@wolfssl.com