-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for ocsp reason code suspended (#306)
* feat: add support for OCSP reason code suspended * test: add test case for OCSP reason code suspended and a test case for invalid OCSP reason code * test: add test case "should throw an invalid ocsp response error when DID document is signed but is found by an OCSP with an invalid reasoncode" for v3 * refactor: use values of OcspResponderRevocationReason for ValidOcspReasonCode check * Update src/verifiers/documentStatus/didSigned/didSignedDocumentStatus.type.ts Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0492679
commit b4e30a5
Showing
3 changed files
with
164 additions
and
1 deletion.
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