From 0aa7c41b76f61a8aeef2990b7870c3e2575d0f84 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Sun, 3 Jan 2021 14:25:56 -0500 Subject: [PATCH 1/5] Remove ineffective/already tested/untestable MUST statements. --- index.html | 60 +++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/index.html b/index.html index 039ad5de..92e8dd17 100644 --- a/index.html +++ b/index.html @@ -1108,7 +1108,7 @@

Relative DID URLs

When resolving a relative DID URL reference, the algorithm specified in RFC3986 Section 5: Reference Resolution MUST +data-cite="RFC3986#section-5">RFC3986 Section 5: Reference Resolution MUST be used. The base URI value is the DID that is associated with the DID subject, see Section . The scheme is did. The authority @@ -1809,7 +1809,7 @@

Verification method types

-The DID document MUST NOT express revoked keys using a verification +The DID document does not express revoked keys using a verification relationship.

@@ -1847,9 +1847,9 @@

Verification Relationships

The verification relationship between the DID subject and the -verification method MUST be explicit in the DID document. +verification method is explicit in the DID document. Verification methods that are not associated with a particular -verification relationship MUST NOT be used for that verification +verification relationship cannot be used for that verification relationship. For example, a verification method in the value of the authentication property cannot be used to engage in key agreement protocols with the DID subject—the value of the @@ -3226,7 +3226,7 @@

DagCBOR

To produce a deterministic canonical CBOR representation of a DID document and faciliate maximal lossless compatiblity with other core representations via the data model the following constraints of a CBOR -representation of a DID Document MUST be followed: +representation are as follows:

-

-The property name `@context` MAY be present in the CBOR representation of a DID -Document and if present SHOULD be ignored as this property is reserved for -JSON-LD processing. -

-

All properties of the DID document represented in CBOR MUST be included in the root map (major type 5). Properties MAY define additional data sub structures @@ -3406,7 +3400,7 @@

Method Operations

Determining the authority of a party to carry out the operations is -method-specific. For example, a DID method MAY: +method-specific. For example, a DID method might: