forked from Open-Attestation/oa-verify
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement OCSP Responder for OA v3 documents (Open-Attestation#245
) - Implement handling of `OCSP_RESPONDER` type of revocation for OA v3 documents - Add tests for DID-issued OA v3 documents with OCSP_RESPONDER type of revocation - Housekeeping of filenames for fixtures BREAKING CHANGE: the old OCSP Responder implementation (where it checks by by document id instead of merkle root & intermediate hashes) is now deprecated It is no longer possible to perform OCSP revocation by document id as mentioned in Open-Attestation#228 Fixes Open-Attestation#243
- Loading branch information
Showing
8 changed files
with
173 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.