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

Raise exception on OCSP status fail #247

Closed
wants to merge 1 commit into from

Conversation

bbczeuz
Copy link

@bbczeuz bbczeuz commented Nov 25, 2022

Possible fix for #246

@@ -628,6 +628,14 @@ def _set_extensions(self):

self._critical_extensions = set()

if value is not None and value != 'good' and not isinstance(value, Null):
Copy link
Owner

@wbond wbond Jan 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is the variable value set?

@wbond
Copy link
Owner

wbond commented Aug 23, 2023

This doesn't seem to be the correct place for a status check, as this code simply parses the ASN.1.

Also, I haven't heard back in a while.

If you'd like to pursue this further, please open a new PR with a test and example of how this would be used.

@wbond wbond closed this Aug 23, 2023
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.

2 participants