SUNET / python_x509_pkcs11

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

Convert KEY_TYPE_VALUES to Python enum #8

Closed kushaldas closed 7 months ago

kushaldas commented 7 months ago

https://github.com/SUNET/python_x509_pkcs11/pull/7#discussion_r1489638046

kushaldas commented 7 months ago

It seems we need the KEYTYPES as enum more, because of sending string value to various functions.