python-pkcs11 icon indicating copy to clipboard operation
python-pkcs11 copied to clipboard

get_objects() fails with missing enum value

Open msetina opened this issue 1 year ago • 2 comments

listing objects in session on Slovenian EOI raises exception: ValueError: 9 is not a valid ObjectClass

msetina avatar Feb 29 '24 11:02 msetina

Found the missing one in OpenSC code: #define CKO_PROFILE (9UL)

msetina avatar Mar 01 '24 10:03 msetina

#173 fixes the issue

msetina avatar Mar 01 '24 15:03 msetina