wolfssl-examples/hsm/README.md

25 lines
594 B
Markdown

# wolfHSM Examples
Examples demonstrating wolfSSL integration with [wolfHSM](https://github.com/wolfssl/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):
```bash
cd hsm/dtls_client
make download_repos
make all
# Then run each component in separate terminals (see README)
```
See [dtls_client/README.md](dtls_client/README.md) for details.
## Support
For questions please email support@wolfssl.com