Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add language from resolution about differentiating using cty #314

Merged
merged 4 commits into from
Oct 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 26 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,10 +434,11 @@ <h2 id="securing-with-jose">Securing JSON-LD Verifiable Credentials
<p>
The <code>typ</code> header parameter SHOULD be <code>vc+jwt</code>.
When present, the <code>cty</code> header parameter SHOULD be
<code>vc</code>. See
<a data-cite="RFC7515#section-4.1">Registered Header Parameter Names</a>
for additional details regarding usage of <code>typ</code> and
<code>cty</code>.
<code>vc</code>.
The <code>cty</code> header parameter value can be used to differentiate
between secured content of different types when using <code>vc+jwt</code>.
See <a data-cite="RFC7515#section-4.1">Registered Header Parameter Names</a>
for additional details regarding usage of <code>typ</code> and <code>cty</code>.
</p>
<p>
A [=conforming JWS verifier implementation=] MUST use [[RFC7515]] to
Expand Down Expand Up @@ -497,10 +498,11 @@ <h2 id="securing-vps-with-jose">Securing JSON-LD
<p>
The <code>typ</code> header parameter SHOULD be <code>vp+jwt</code>.
When present, the <code>cty</code> header parameter SHOULD be
<code>vp</code>. See
<a data-cite="RFC7515#section-4.1">Registered Header Parameter Names</a>
for additional details regarding usage of <code>typ</code> and
<code>cty</code>.
<code>vp</code>.
The <code>cty</code> header parameter value can be used to differentiate
between secured content of different types when using <code>vp+jwt</code>.
See <a data-cite="RFC7515#section-4.1">Registered Header Parameter Names</a>
for additional details regarding usage of <code>typ</code> and <code>cty</code>.
</p>
<p>
A [=conforming JWS verifier implementation=] MUST use [[RFC7515]] to
Expand Down Expand Up @@ -664,9 +666,10 @@ <h2 id="securing-with-sd-jwt">Securing JSON-LD Verifiable Credentials with SD-JW
<p>
The <code>typ</code> header parameter SHOULD be <code>vc+sd-jwt</code>.
When present, the <code>cty</code> header parameter SHOULD be <code>vc</code>.
The <code>cty</code> header parameter value can be used to differentiate
between secured content of different types when using <code>vc+sd-jwt</code>.
See <a data-cite="RFC7515#section-4.1">Registered Header Parameter Names</a>
for additional details regarding usage of <code>typ</code> and
<code>cty</code>.
for additional details regarding usage of <code>typ</code> and <code>cty</code>.
</p>
<p>
A [=conforming SD-JWT verifier implementation=] MUST use [[SD-JWT]]
Expand Down Expand Up @@ -735,8 +738,9 @@ <h2 id="securing-vps-sd-jwt">Securing JSON-LD Verifiable Presentations with SD-J
<p>
The <code>typ</code> header parameter SHOULD be <code>vp+sd-jwt</code>.
When present, the <code>cty</code> header parameter SHOULD be <code>vp</code>.
See
<a data-cite="RFC7515#section-4.1">Registered Header Parameter Names</a>
The <code>cty</code> header parameter value can be used to differentiate
between secured content of different types when using <code>vp+sd-jwt</code>.
See <a data-cite="RFC7515#section-4.1">Registered Header Parameter Names</a>
for additional details regarding usage of <code>typ</code> and <code>cty</code>.
</p>
<p>
Expand Down Expand Up @@ -847,8 +851,10 @@ <h2 id="securing-vcs-with-cose">Securing JSON-LD
SHOULD be <code>application/vc+cose</code>.
When present, the <code>content type (3)</code> header parameter
SHOULD be <code>application/vc</code>.
See
<a data-cite="RFC9052#section-3.1">Common COSE Header Parameters</a>
The <code>content type (3)</code> header parameter value can be used
to differentiate between secured content of different types when using
<code>application/vc+cose</code>.
See <a data-cite="RFC9052#section-3.1">Common COSE Header Parameters</a>
for additional details.
</p>
<p>
Expand Down Expand Up @@ -912,12 +918,11 @@ <h2 id="securing-vps-with-cose">Securing JSON-LD Verifiable Presentations with C
The unsecured [=verifiable presentation=] is the unencoded COSE_Sign1 payload.
</p>
<p>
The <code>typ</code> header parameter SHOULD be
<code>application/vp+cose</code>.
When present, the <code>content type (3)</code> header parameter
SHOULD be <code>application/vp</code>.
See
<a data-cite="RFC9052#section-3.1">Common COSE Header Parameters</a>
The <code>typ</code> header parameter SHOULD be <code>application/vp+cose</code>.
When present, the <code>content type (3)</code> header parameter SHOULD be <code>application/vp</code>.
The <code>content type (3)</code> header parameter value can be used to differentiate
between secured content of different types when using <code>application/vp+cose</code>.
See <a data-cite="RFC9052#section-3.1">Common COSE Header Parameters</a>
for additional details.
</p>
<p>
Expand Down Expand Up @@ -1307,8 +1312,7 @@ <h3 id="alg-jose">Verifying a Credential or Presentation Secured with JOSE</h3>
</ol>
</section>
<section>
<h3 id="alg-sd-jwt">Verifying a Credential or Presentation Secured
with [[SD-JWT]]</h3>
<h3 id="alg-sd-jwt">Verifying a Credential or Presentation Secured with SD-JWT</h3>
<p>
The inputs for this algorithm are:
</p>
Expand Down
Loading