https://github.com/wolfssl/wolfpkcs11-examples
Examples for wolfPKCS11
https://github.com/wolfssl/wolfpkcs11-examples
Last synced: 4 months ago
JSON representation
Examples for wolfPKCS11
- Host: GitHub
- URL: https://github.com/wolfssl/wolfpkcs11-examples
- Owner: wolfSSL
- Created: 2025-06-05T15:19:31.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T15:27:41.000Z (6 months ago)
- Last Synced: 2025-06-27T16:33:09.922Z (6 months ago)
- Language: Dockerfile
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wolfPKCS11 Example Applications
The repository contains example applications which demonstrate how to use
wolfPKCS11. wolfPKCS11 is a lightweight PKCS11 soft token which uses wolfCrypt
for the cryptographic functionality.
## Contents
* nss - Examples using wolfPKCS11 as the crypto backend for NSS.
- curl - Example using Curl with NSS and wolfPKCS11
- pdfsig - Example using pdfsig with NSS and wolfPKCS11 for signing PDFs
- firefox - Example using wolfPKCS11 as the crypto backend for Firefox's TLS
connections