You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking for an x509 library to use with keys where the private material is unavailable. I would simply write a new Crypto subclass, but the general architecture of these libs assume that it is loading a private key file rather than possibly just a reference address to an externally stored private key, like one stored in an HSM available via PKCS11, or in a KMS.
I am looking for an x509 library to use with keys where the private material is unavailable. I would simply write a new Crypto subclass, but the general architecture of these libs assume that it is loading a private key file rather than possibly just a reference address to an externally stored private key, like one stored in an HSM available via PKCS11, or in a KMS.
I have a few suggestions if you are open to it.
I am the author of the recently published PKCS11 Extension.
The text was updated successfully, but these errors were encountered: