SUNET / python_x509_pkcs11

Python library for signing x509 using keys in an pkcs11 device
MIT License
4 stars 3 forks source link

Create proper singleton class for PKCS11Session #3

Closed kushaldas closed 5 months ago

kushaldas commented 5 months ago

We need to convert PKCS11Session into a proper singleton class. This will be a breaking change for the library users, so will dump the version to 0.9.0.

We can also fix the CI failure in the same PR.