From 525bd52f5200a03cae7dfd675dc4d31759f6e7a1 Mon Sep 17 00:00:00 2001 From: Brent Zundel Date: Wed, 14 Feb 2024 09:03:40 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Michael B. Jones --- index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index e793b60..be2df45 100644 --- a/index.html +++ b/index.html @@ -192,6 +192,8 @@

Introduction

+

Conformance Classes

+

A conforming JWS document is one that conforms to all of the "MUST" statements in Section . @@ -379,7 +381,7 @@

Securing JSON-LD Verifiable Credentials with COSE

with COSE.

- A [=conforming CWT issuer implementation=] MUST use [[RFC9052]] to secure this media type. + A [=conforming CWT issuer implementation=] MUST use COSE_Sign1 as specified in [[RFC9052]] to secure this media type. The typ header parameter SHOULD be application/vc+ld+json+cose. See I-D.ietf-cose-typ-header-parameter for the COSE "typ" (type) header parameter. @@ -388,7 +390,7 @@

Securing JSON-LD Verifiable Credentials with COSE

See Common COSE Header Parameters for additional details.

- A [=conforming CWT verifier implementation=] MUST use [[RFC9052]] to verify [=conforming CWT documents=] that use this media type. + A [=conforming CWT verifier implementation=] MUST use COSE_Sign1 as specified in [[RFC9052]] to verify [=conforming CWT documents=] that use this media type.

@@ -399,13 +401,13 @@

Securing JSON-LD Verifiable Presentations with COSE

to [[VC-DATA-MODEL-2.0]].

- A [=conforming CWT issuer implementation=] MUST use [[RFC9052]] to secure this media type. + A [=conforming CWT issuer implementation=] MUST use COSE_Sign1 as specified in [[RFC9052]] to secure this media type. The typ header parameter SHOULD be application/vp+ld+json+sd-jwt. When present, the cty header parameter SHOULD be application/vp+ld+json. See Common COSE Header Parameters for additional details.

- A [=conforming CWT verifier implementation=] MUST use [[RFC9052]] to verify [=conforming CWT documents=] that use this media type. + A [=conforming CWT verifier implementation=] MUST use COSE_Sign1 as specified in [[RFC9052]] to verify [=conforming CWT documents=] that use this media type.

Credentials in verifiable presentations MUST use the Enveloped Verifiable Credential