python-pkcs11
python-pkcs11 copied to clipboard
get_objects() fails with missing enum value
listing objects in session on Slovenian EOI raises exception: ValueError: 9 is not a valid ObjectClass
Found the missing one in OpenSC code: #define CKO_PROFILE (9UL)
#173 fixes the issue