pkcs11key
pkcs11key copied to clipboard
An interface to PKCS#11 devices that satisfies the crypto.Signer interface
We have a lot of duplicate code between the repo root and the v4 sub-directory. This was originally a compatibility thing, to allow this repo to be used either in...
Latest [version](https://github.com/miekg/pkcs11/tags) is currently v1.1.1 and this repository is using v1.0.2.
Currently, we are relying on a "more" boolean returned from FindObjects. But according to https://pkg.go.dev/github.com/miekg/pkcs11?tab=doc#Ctx.FindObjects, > The returned boolean value is deprecated and should be ignored. Instead, we should ask...
pkcs11key has switched to the module-enabled v4 a long time ago. The v2 code at the top level should be removed. We cannot tag any more v2 releases after this,...