SUNET / python_x509_pkcs11

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

Add privatekey classes to be using with python cryptography #12

Closed kushaldas closed 5 months ago

kushaldas commented 5 months ago

We need our own private key implementations for various KEYTYPES, we can use the same with upstream python cryptography.x509 classes.