OpenCerts / opencerts-website

Apache License 2.0
21 stars 69 forks source link

fix: check revocation status of did signed documents #736

Closed HJunyuan closed 1 year ago

HJunyuan commented 1 year ago

Context

For DID-signed certificates that utilises an OCSP Responder, the verifier throws a generic error message (Whoops! It's not you, it's us) instead of a revoked message (Certificate has been revoked)

What does this PR do?