wbond / asn1crypto

Python ASN.1 library with a focus on performance and a pythonic API
MIT License
335 stars 140 forks source link

Raise exception on OCSP status fail #247

Closed bbczeuz closed 1 year ago

bbczeuz commented 2 years ago

Possible fix for #246

wbond commented 1 year ago

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.