Skip to content
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

Reinstate asn1crypto registration of AA types #5

Merged
merged 1 commit into from
Jul 15, 2022

Conversation

MatthiasValvekens
Copy link
Owner

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.

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.
@MatthiasValvekens MatthiasValvekens merged commit bb5a0ae into master Jul 15, 2022
@MatthiasValvekens MatthiasValvekens deleted the bugfix/reinstate-asn1crypto-registration branch August 20, 2022 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

what's this problem
1 participant