wolfssl-examples
wolfssl-examples copied to clipboard
PKCS11 example for doing a CSR generation and creating signed certificate
This is a rough template for:
- Creating a new ECC key
- Creating a CSR based on the new ECC key
- Creating a new certificate based on CSR, populating issuer
- Certificate signing based on a PKCS11 ECC key (using devId setup with PKCS11 crypto callback
wc_Pkcs11_CryptoDevCb).