Skip to content

Commit

Permalink
Align verification result variable names with cryptosuites.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Aug 25, 2024
1 parent 20da204 commit c15265b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4088,12 +4088,12 @@ <h3>Securing Mechanism Specifications</h3>
</p>

<dl>
<dt>[=boolean=] |status|</dt>
<dt>[=boolean=] |verified|</dt>
<dd>
A verification status whose value is `true` if the verification succeeded and
`false` if it did not.
</dd>
<dt>[=map=] |document|</dt>
<dt>[=map=] |verifiedDocument|</dt>
<dd>
A document that only contains information that was successfully secured.
</dd>
Expand Down

0 comments on commit c15265b

Please sign in to comment.