Skip to content

Commit

Permalink
Ensure errors from verifyProof are propagated.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Feb 24, 2024
1 parent c46e47d commit 2296634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2928,7 +2928,8 @@ <h3>Add Proof</h3>
<li>
Let |proof| be the result of calling the [=cryptosuite instance/createProof=]
algorithm specified in |cryptosuite|.|createProof| with |unsecuredDocument|
and |options| passed as a parameters.
and |options| passed as a parameters. If the algorithm produces an error,
the error MUST be propagated and SHOULD convey the error type.
</li>
<li>
If one or more of the |proof|.|type|, |proof|.|verificationMethod|, and
Expand Down

0 comments on commit 2296634

Please sign in to comment.