Open
Description
Our PKCS11 provider only works with implementations of the 2.40 version of the PKCS11 spec. However, a newer version - v3 - exists. We should investigate what the differences are, what the new spec brings in terms of features, and what backends could be supported through it.
This investigation should stretch to the cryptoki
crates as well. It's worth figuring out if we could support both with one provider, or if we need separate providers.