From 83e9274f5fd40ef899a5a7ee4a857fbf748cea15 Mon Sep 17 00:00:00 2001 From: 2byrds <2byrds@gmail.com> Date: Fri, 15 Dec 2023 13:37:48 -0500 Subject: [PATCH 1/3] Adding initial list of normative references Signed-off-by: 2byrds <2byrds@gmail.com> --- spec/normative_references.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/spec/normative_references.md b/spec/normative_references.md index 4cd8a21..76ae2b6 100644 --- a/spec/normative_references.md +++ b/spec/normative_references.md @@ -1,7 +1,14 @@ ## References + ### Normative References -::: todo -Add normative references -::: +* [Trust over IP - Authentic Chained Data Containers (ACDC) specification](https://trustoverip.github.io/tswg-acdc-specification/draft-ssmith-acdc.html) +* [Trust over IP - Composable Event Streaming Representation](https://trustoverip.github.io/tswg-cesr-specification/draft-ssmith-cesr.html) +* [Trust over IP - CESR Proof Signatures](https://trustoverip.github.io/tswg-cesr-proof-specification/draft-pfeairheller-cesr-proof.html) +* [Trust over IP - Issuance and Presentation Exchange Protocol](https://trustoverip.github.io/tswg-ipex-specification/draft-ssmith-ipex.html) +* [Trust over IP - Key Event Receipt Infrastructure](https://trustoverip.github.io/tswg-keri-specification/draft-ssmith-keri.html) +* [Trust over IP - Out-of-Band-Introduction (OOBI) Protocol](https://trustoverip.github.io/tswg-oobi-specification/draft-ssmith-oobi.html) +* [W3C - did:web Method Specification](https://w3c-ccg.github.io/did-method-web/) +* [W3C - Decentralized Identifiers (DIDs)](https://www.w3.org/TR/did-core/) +* [W3C - Verifiable Credentials Data Model](https://www.w3.org/TR/vc-data-model/) \ No newline at end of file From c2697e1b93331590e8d1fa967c42710b571e3525 Mon Sep 17 00:00:00 2001 From: 2byrds <2byrds@gmail.com> Date: Fri, 15 Dec 2023 13:47:00 -0500 Subject: [PATCH 2/3] small fixes Signed-off-by: 2byrds <2byrds@gmail.com> --- spec/normative_references.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/normative_references.md b/spec/normative_references.md index 76ae2b6..defcc00 100644 --- a/spec/normative_references.md +++ b/spec/normative_references.md @@ -4,11 +4,11 @@ ### Normative References * [Trust over IP - Authentic Chained Data Containers (ACDC) specification](https://trustoverip.github.io/tswg-acdc-specification/draft-ssmith-acdc.html) -* [Trust over IP - Composable Event Streaming Representation](https://trustoverip.github.io/tswg-cesr-specification/draft-ssmith-cesr.html) +* [Trust over IP - Composable Event Streaming Representation (CESR)](https://trustoverip.github.io/tswg-cesr-specification/draft-ssmith-cesr.html) * [Trust over IP - CESR Proof Signatures](https://trustoverip.github.io/tswg-cesr-proof-specification/draft-pfeairheller-cesr-proof.html) -* [Trust over IP - Issuance and Presentation Exchange Protocol](https://trustoverip.github.io/tswg-ipex-specification/draft-ssmith-ipex.html) -* [Trust over IP - Key Event Receipt Infrastructure](https://trustoverip.github.io/tswg-keri-specification/draft-ssmith-keri.html) +* [Trust over IP - Issuance and Presentation Exchange (IPEX) Protocol](https://trustoverip.github.io/tswg-ipex-specification/draft-ssmith-ipex.html) +* [Trust over IP - Key Event Receipt Infrastructure (KERI)](https://trustoverip.github.io/tswg-keri-specification/draft-ssmith-keri.html) * [Trust over IP - Out-of-Band-Introduction (OOBI) Protocol](https://trustoverip.github.io/tswg-oobi-specification/draft-ssmith-oobi.html) * [W3C - did:web Method Specification](https://w3c-ccg.github.io/did-method-web/) * [W3C - Decentralized Identifiers (DIDs)](https://www.w3.org/TR/did-core/) -* [W3C - Verifiable Credentials Data Model](https://www.w3.org/TR/vc-data-model/) \ No newline at end of file +* [W3C - Verifiable Credentials Data Model (VCDM)](https://www.w3.org/TR/vc-data-model/) \ No newline at end of file From ac5800f6b8c594fca450aa8387274147fdcf8409 Mon Sep 17 00:00:00 2001 From: 2byrds <2byrds@gmail.com> Date: Fri, 15 Dec 2023 13:53:58 -0500 Subject: [PATCH 3/3] remove stale todo Signed-off-by: 2byrds <2byrds@gmail.com> --- spec/core.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec/core.md b/spec/core.md index 20dc206..e236fca 100644 --- a/spec/core.md +++ b/spec/core.md @@ -28,11 +28,6 @@ webs-did = "did:webs:" domain-name ":" aid webs-did = "did:webs:" domain-name * (":" path) ":" aid ``` -::: todo -> TODO: what about intl chars? Does DID spec allow them like URL spec does? What -about localhost vs. 127.0.0.1 vs. ::1? -::: - The formal rules describing valid domain name syntax are described in [RFC1035], [RFC1123], and [RFC2181]. The fully qualified domain MUST NOT include IP addresses. A port MAY be included and the colon MUST be percent