-
-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem processing Microsoft's authroot.stl #199
Comments
Here's a very hacky workaround to get it to actually spit out data for you. I decided to call the huge sequence of 437 elements a RootList and define enough structure to get access to everything:
This gives you enough access that .native works:
This should let you get a little farther, just be sure to call |
Hi, I've been having an issue processing Microsoft's authroot.stl with asn1crypto 1.4.0 and I'm not positive if it's my fault or not. From my investigation, it seems to be related to how Sets are processed, but perhaps I'm using them incorrectly.
To reproduce my issue, you can use code like this:
From what I can tell, the ASN.1 is properly formatted, but it seems there might be a problem with Set or how I'm using it. Some examples:
Any help would be appreciated. Thanks for taking a look!
The text was updated successfully, but these errors were encountered: