Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add compile-time option WOLFSSL_PKCS11_RW_TOKENS
By default, wolfcrypt PKCS11 interface accesses tokens in read-only mode. In some cases, we might want to build the client with write permissions, i.e. when initializing tokens via C_InitToken(). The WOLFSSL_PKCS11_RW_TOKENS option, if present, allows write access to PKCS11 tokens.
- Loading branch information