Skip to content

Commit

Permalink
add section back in
Browse files Browse the repository at this point in the history
Signed-off-by: Brent Zundel <[email protected]>
  • Loading branch information
brentzundel committed Feb 14, 2024
1 parent 60f670d commit 6045bb2
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,36 @@ <h2>Introduction</h2>
asymmetric encryption algorithms.
</p>

<section id="conformance" class="normative">
<p>
A <dfn>conforming JWS document</dfn> is one that conforms to all of the
"MUST" statements in Section <a href="secure-with-jose"></a>.
</p>
<p>
A <dfn>conforming CWT document</dfn> is one that conforms to all of the
"MUST" statements in Section <a href="secure-with-cose"></a>.
</p>
<p>
A <dfn>conforming JWS issuer implementation</dfn> produces
[=conforming JWS documents=] and MUST secure them as described in Section
<a href="secure-with-jose"></a>.
</p>
<p>
A <dfn>conforming JWS verifier implementation</dfn> verifies
[=conforming JWS documents=] as described in Section
<a href="secure-with-jose"></a>.
</p>
<p>
A <dfn>conforming CWT issuer implementation</dfn> produces
[=conforming CWT documents=] and MUST secure them as described in Section
<a href="secure-with-cose"></a>.
</p>
<p>
A <dfn>conforming CWT verifier implementation</dfn> verifies
[=conforming CWT documents=] as described in Section
<a href="secure-with-cose"></a>.
</p>
</section>
</section>

<section>
Expand Down

0 comments on commit 6045bb2

Please sign in to comment.