-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
what's this problem #4
Comments
Some extension registrations were inadvertently removed in the process of upgrading asn1crypto and the removal of associated monkey patches (see 87aaf7f). This issue went undetected in the tests because our test suite imports pyhanko_certvalidator, which performs the same registrations on import. This commit restores the registration hook and makes sure it gets called when the CLI is loaded. Fixes #4.
Hi, Thank you for reporting this issue. That's indeed a bug, caused by an overeager deletion when I upgraded Anyway, I've made a commit to fix that, which I'll merge soon. After cleaning up a few other minor things, I'll do a patch release. |
Should be fixed in 0.8.3 :) |
thanks your help very much! |

the config is the example.yml I use python3.9The text was updated successfully, but these errors were encountered: