Replies: 1 comment
-
I think this is just Python's duck typing getting in the way. I suspect this will go away if you replace I haven't checked, but I'm assuming that if you iterate over a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm sorry to bother you again. I'm using the following code snippet:
START CODE
When I use
from pyhanko_certvalidator._types import type_name
to print out the type, it shows asn1crypto.crl.CertificateList. However, when I run it, I still get the error 'crls must be a list of byte strings or asn1crypto.crl.CertificateList objects, not str'."Beta Was this translation helpful? Give feedback.
All reactions