Pkcs11Interop / Pkcs11Interop.X509Store

Easy to use PKCS#11 based X.509 certificate store
Apache License 2.0
31 stars 18 forks source link

Does X509Store is only in read-only session? #25

Closed Dvergatal closed 2 years ago

Dvergatal commented 2 years ago

Hi Guys, i was recently thinking about using this library in my project to remove openssl dependency, but from what i have read in the code, the store's session is only in read-only state. Correct me if i'm wrong.

jariq commented 2 years ago

That's correct. Pkcs11Interop.X509Store library works with existing certificate and key objects in a read-only mode. If you also need to create new objects you can use Pkcs11Interop library directly.

jariq commented 2 years ago

Closing because of 14+ days without a response.